From owner-freebsd-stable@freebsd.org Sun May 13 12:19:27 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 212D7FD9557 for ; Sun, 13 May 2018 12:19:27 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from msc14.plala.or.jp (msc14.plala.or.jp [60.36.166.24]) by mx1.freebsd.org (Postfix) with ESMTP id 409556A6B8 for ; Sun, 13 May 2018 12:19:25 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from localhost ([2400:4050:9320:7a00::8]) by msc14.plala.or.jp with ESMTP id <20180513121923.HSWY28104.msc14.plala.or.jp@localhost> for ; Sun, 13 May 2018 21:19:23 +0900 Date: Sun, 13 May 2018 21:19:17 +0900 (JST) Message-Id: <20180513.211917.1140592791973890083.ish@amail.plala.or.jp> To: freebsd-stable@freebsd.org Subject: lagg0 with ue0 and iwm0 is not operate on 11.2-BETA1 From: Masachika ISHIZUKA X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-VirusScan: Outbound; mvir-ac14; Sun, 13 May 2018 21:19:23 +0900 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 12:19:27 -0000 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