NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/49354: interface startup sequence



>Number:         49354
>Category:       bin
>Synopsis:       interface startup sequence
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Nov 02 17:40:00 +0000 2014
>Originator:     Uwe Toenjes
>Release:        NetBSD 7.0_BETA
>Organization:
University of Leipzig
>Environment:
NetBSD gate.ipv6.uni-leipzig.de 7.0_BETA NetBSD 7.0_BETA (MYCONF7) #1: Tue Oct 21 22:07:17 CEST 2014  root%gate.ipv6.uni-leipzig.de@localhost:/usr/obj/sys/arch/amd64/compile/MYCONF7 amd64
>Description:
If you try to configure a bridge based on vlan interfaces during the boot process, the startup scripts are failing because the vlan interfaces are created after the bridge interface.
>How-To-Repeat:
one example:

/etc/ifconfig.vlan31:
create
vlan 31 vlanif ixg0

/etc/ifconfig.vlan103:
create
vlan 103 vlanif ixg0

/etc/ifconfig.bridge0
create
!brconfig $int add vlan31 add vlan103


the startup scripts try to create the bridge interface before the vlan interfaces are ready
>Fix:



Home | Main Index | Thread Index | Old Index