Cannot add wlan to lagg automatically

Eric L. Chen d9364104 at mail.nchu.edu.tw
Tue Jun 2 04:20:30 UTC 2009


Hi,
I just upgraded my laptop from 7-STABLE to 8-CURRENT for a couple days,
I use lagg to connect ethernet and wireless lan. before upgrade it works
fine.
/etc/rc.conf :
cloned_interfaces="bridge0 lagg0"
ifconfig_bridge0="up"
autobridge_interfaces="bridge0"
autobridge_bridge0="lagg0 tap0 tap1"
ifconfig_bfe0="ether 00:0b:6b:4f:28:b8 up" # Need use WLAN MAC for WPA
ifconfig_wlan0="up WPA"
ifconfig_lagg0="up laggproto failover laggport bfe0 laggport ath0 DHCP"
---
While booted interface lagg0 have two member: bfe0 and ath0

After upgraded:
cloned_interfaces="bridge0 lagg0"
ifconfig_bridge0="up"
autobridge_interfaces="bridge0"
autobridge_bridge0="lagg0 tap0 tap1"
ifconfig_bfe0="ether 00:0b:6b:4f:28:b8 up" # Need use WLAN MAC for WPA
wlans_ath0="wlan0"
ifconfig_wlan0="up WPA"
ifconfig_lagg0="up laggproto failover laggport bfe0 laggport wlan0 DHCP"
---
While booted interface lagg0 have only one member: bfe0.
I need add wlan0 by hand every boot.
Does settings changed in CURRENT?

/Eric



More information about the freebsd-current mailing list