Current-Users archive

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

vlan interface is not added to bridge0 on system startup



# cat /etc/ifconfig.vlan206
create
vlan 206 vlanif re0

# cat /etc/ifconfig.bridge0
create
!brconfig $int add vlan206 up


After logging in, I noticed vlan206 was not added to bridge0. A look at
the console shows that ifconfig.bridge0 seems to be parsed before
ifconfig.vlan206, thus the brconfig fails.

Is there a workaround, or is this a bug?



Home | Main Index | Thread Index | Old Index