Cannot add wlan to lagg automatically

From: Eric L. Chen <d9364104_at_mail.nchu.edu.tw>
Date: Tue, 02 Jun 2009 11:50:11 +0800
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
Received on Tue Jun 02 2009 - 02:20:30 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:49 UTC