From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 24 21:40:11 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDDF616A419 for ; Tue, 24 Jul 2007 21:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B2F0613C4A5 for ; Tue, 24 Jul 2007 21:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6OLeBPg029976 for ; Tue, 24 Jul 2007 21:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6OLeBFk029975; Tue, 24 Jul 2007 21:40:11 GMT (envelope-from gnats) Date: Tue, 24 Jul 2007 21:40:11 GMT Message-Id: <200707242140.l6OLeBFk029975@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Cc: Subject: Re: kern/114875: bugs in vlans X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2007 21:40:11 -0000 The following reply was made to PR kern/114875; it has been noted by GNATS. From: Brooks Davis To: Andrej Zverev Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/114875: bugs in vlans Date: Tue, 24 Jul 2007 16:17:12 -0500 On Wed, Jul 25, 2007 at 12:32:43AM +0400, Andrej Zverev wrote: > >Description: > While createing and deleting VLANs no all depends > (ip address, vlandev, VID) cleared. > > >How-To-Repeat: > Just follow this step (don't try without rc.conf) > 1. put intro rc.conf > cloned_interfaces="vlan10" > ifconfig_vlan10="vlan 10 vlandev bge0 192.168.10.1/24 up" > 2. reboot system > 3. check if vlan present > 4. type ifconfig vlan10 destroy > 5. check if vlan no more exists Please comment out the ifconfig_vlan10 variable in rc.conf before the next step and repeat. > 6. type ifconfig vlan10 create You should now have an unconfigured vlan. > 7. type ifconfog vlan10 and see previous vlandev, VID What you are seeing is that creating of an interface is seen by devd and if there is an appropriate ifconfig_ variable it will be used due to the call to pccard_ether. -- Brooks