Hi.

I'm using lagg0 with ue0(if_axge.ko) and iwm0(if_iwm.ko) as follows.

% cat /etc/rc.conf
ifconfig_ue0="ether xx:xx:xx:xx:xx:xx up"
wlans_iwm0="wlan0"
create_args_wlan0="country JP"
ifconfig_wlan0="wpa"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto failover laggport ue0 laggport wlan0 192.168.x.x 
netmask x.x.x.x"

It is good working on 12-current, but 11.2-BETA1 is not working.

It can work ue0 or wlan0 alone on 11.2-BETA1, i.e.
ifconfig_lagg0="laggproto failover laggport ue0 192.168.x.x netmask x.x.x.x"
or
ifconfig_lagg0="laggproto failover laggport wlan0 192.168.x.x netmask x.x.x.x"
is working.

===========

I have another machine and that is operate lagg0 with re0 and ath0
on 11.2-BETA1, but it has trouble. It is bood working with re0 and
good working with failovered ath0, but not working when I switched
back re0. It can be recovered by 'ifconfig re0 down' and 'ifconfig re0 up'.
It is the same as on 12-current.

-- 
Masachika ISHIZUKA
_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to