Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2007 01:50:36 +0400
From:      Andrej Zverev <az@freebsd.org>
To:        Brooks Davis <brooks@freebsd.org>
Cc:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/114875: bugs in vlans
Message-ID:  <46A6742C.9040907@freebsd.org>
In-Reply-To: <200707242140.l6OLeBFk029975@freefall.freebsd.org>
References:  <200707242140.l6OLeBFk029975@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Brooks Davis пишет:
> The following reply was made to PR kern/114875; it has been noted by GNATS.
>
> From: Brooks Davis <brooks@freebsd.org>
> To: Andrej Zverev <az@freebsd.org>
> 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.
>   
Done
>  
>  > 	6. type ifconfig vlan10 create
>  
>  You should now have an unconfigured vlan.
>   
Yes, it's true. It's unconfigured
>  
>  > 	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_<if> variable it will be used due to
>  the call to pccard_ether.
>   
Well, in this case, i should disable devd ? I'm little confused. Strange
future
>  
>  -- Brooks
> _______________________________________________
> freebsd-bugs@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
> To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
>   





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46A6742C.9040907>