Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2007 00:32:43 +0400
From:      Andrej Zverev <az@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/114875: bugs in vlans 
Message-ID:  <E1IDR3j-000HrV-DL@mail.electro-com.ru>
Resent-Message-ID: <200707242110.l6OLA1LJ027593@freefall.freebsd.org>

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

>Number:         114875
>Category:       kern
>Synopsis:       bugs in vlans
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 24 21:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


>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
	6. type ifconfig vlan10 create
	7. type ifconfog vlan10 and see previous vlandev, VID 

	Tested on today (25.07.2007) 6.2-STABLE and -CURRENT.
	With different machines and network cards.

	Any additional information will be provided via request

	
>Fix:
	Sorry, no patch
	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1IDR3j-000HrV-DL>