From owner-freebsd-net@freebsd.org Tue Oct 18 12:15:27 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 501F4C14244 for ; Tue, 18 Oct 2016 12:15:27 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from homobox.opal.com (opalcom-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:113d::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "opal.com", Issuer "OpalCA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C703260 for ; Tue, 18 Oct 2016 12:15:26 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from shibato (ANice-654-1-95-204.w86-203.abo.wanadoo.fr [86.203.234.204]) (authenticated bits=0) by homobox.opal.com (8.15.2/8.15.2) with ESMTPSA id u9ICFJHu021990 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NO); Tue, 18 Oct 2016 08:15:21 -0400 (EDT) (envelope-from fbsd@opal.com) Date: Tue, 18 Oct 2016 14:15:13 +0200 From: "J.R. Oldroyd" To: "Zeus Panchenko" Cc: Subject: Re: is lagg (re+wlan) working on 11.0-RELEASE? Message-ID: <20161018141513.4936f1ea@shibato> In-Reply-To: <20161018144313.45827@relay.ibs.dn.ua> References: <20161018144313.45827@relay.ibs.dn.ua> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (homobox.opal.com [100.64.0.6]); Tue, 18 Oct 2016 08:15:23 -0400 (EDT) X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_00, FSL_HELO_NON_FQDN_1,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC shortcircuit=no autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on homobox.opal.com X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 12:15:27 -0000 On Tue, 18 Oct 2016 14:43:13 +0300 "Zeus Panchenko" wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I'm using lagg(4) in failover to set up roaming between wired and > wireless networks, just as manual describes (last example) and all > was working perfectly on 11-CURRENT > > now on 11.0-RELEASE (with the same configuration) wlan interface is > unable to associate and auth against AP, while wired link works as > expected > It does not work as you have it configured, see PR#213207. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207 There is a work-around. Configure the re interface with the MAC address of the wlan instead of the other way around. -jr