From owner-freebsd-net@FreeBSD.ORG Wed Jan 7 15:23:37 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EC4F106566B for ; Wed, 7 Jan 2009 15:23:37 +0000 (UTC) (envelope-from aturetta@bestunion.it) Received: from mail.bestunion.it (mail.bestunion.it [85.18.201.87]) by mx1.freebsd.org (Postfix) with ESMTP id 7E4038FC13 for ; Wed, 7 Jan 2009 15:23:36 +0000 (UTC) (envelope-from aturetta@bestunion.it) Received: from [192.168.43.66] ([151.65.157.161]) (authenticated bits=0) by mail.bestunion.it (8.14.3/8.14.3) with ESMTP id n07EvpMs044852 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Jan 2009 15:57:57 +0100 (CET) (envelope-from aturetta@bestunion.it) Message-ID: <4964C2E9.1060301@bestunion.it> Date: Wed, 07 Jan 2009 15:57:45 +0100 From: Angelo Turetta User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Yony Yossef References: <000001c970a8$3fa45240$220f000a@mtl.com> In-Reply-To: <000001c970a8$3fa45240$220f000a@mtl.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on mail.bestunion.it X-Virus-Status: Clean Cc: Eitan Shefi , freebsd-net@freebsd.org Subject: Re: VLAN interface management - unloading carrying driver hangs the machine X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 15:23:37 -0000 Yony Yossef wrote: > /sbin/ifconfig vlan3653 create > > Problem is when I assign an IP to the vlan interface. > In that case, unloading the driver results in hanging the host. > > Does it sound familiar to anybody? Well, surely I'd expect problems by doing so. The correct way is to /sbin/ifconfig vlan3653 destroy before unloading the driver. Angelo.