Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2018 21:19:17 +0900 (JST)
From:      Masachika ISHIZUKA <ish@amail.plala.or.jp>
To:        freebsd-stable@freebsd.org
Subject:   lagg0 with ue0 and iwm0 is not operate on 11.2-BETA1
Message-ID:  <20180513.211917.1140592791973890083.ish@amail.plala.or.jp>

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



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