Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jun 2009 11:50:11 +0800
From:      "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
To:        freebsd-current@freebsd.org
Subject:   Cannot add wlan to lagg automatically
Message-ID:  <1243914611.52975.7.camel@localhost>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1243914611.52975.7.camel>