From owner-freebsd-current@freebsd.org Mon Aug 31 08:53:52 2015 Return-Path: Delivered-To: freebsd-current@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 AFA489C64EA for ; Mon, 31 Aug 2015 08:53:52 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BD6A1D27 for ; Mon, 31 Aug 2015 08:53:52 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbuu8 with SMTP id uu8so22587035igb.1 for ; Mon, 31 Aug 2015 01:53:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=sBMxZjKd5hpOKxXyUFS9SAum8b1Uyf9M1ZKkY8M+/EI=; b=X4yS4B/H3AZ9d/IVXcnA2iK7v3sICzx2swdZtJPwsQR3+XcJ28YYOACWxDbhBTxuTQ xx0KaM6vtvCEj5IS9RhfKTAUcdaC2AhxMdfHWudX2eOrdrMpmh4mIU1vQUGUxR8lw54a yhwQrnXOxyxb0KjMyWVV1x6UswT6JHQ+yHL+TAtw8oe2QOOjB6en5cjFw4fpUcK0Ziar /d/vHhPiEJoSlD5iw0MI3h/S65Zh+L/hQ5BC3GFGbMXo/4G29YWYHwTqY44A9uc5vY+1 z+V3D2kfHgame00c080G+CrUoBi1DPEaDQPnmFBfA+hoO3EA0dSO5KrljdTrnp9AGkl4 GMWg== MIME-Version: 1.0 X-Received: by 10.50.61.243 with SMTP id t19mr12431405igr.22.1441011231905; Mon, 31 Aug 2015 01:53:51 -0700 (PDT) Received: by 10.36.28.208 with HTTP; Mon, 31 Aug 2015 01:53:51 -0700 (PDT) In-Reply-To: References: Date: Mon, 31 Aug 2015 01:53:51 -0700 Message-ID: Subject: Re: Upgrading to r297291 LAGG(4) stops working. From: Adrian Chadd To: "Ranjan1018 ." <214748mv@gmail.com> Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 08:53:52 -0000 ok, so this used to work before? And you're running -HEAD? -a On 31 August 2015 at 00:23, Ranjan1018 . <214748mv@gmail.com> wrote: > 2015-08-30 17:12 GMT+02:00 Adrian Chadd : >> >> hi, >> >> don'tr set ath0 to the MAC of your ethernet device, set your ethernet >> MAC to the MAC of your atheros device. >> >> (But I keep telling people, failover between ethernet/wifi isn't >> supported by the wifi code...) >> >> >> -a >> > @David > Ehm... sorry it=E2=80=99s r287291 not r297291. > @Adrian > Thank you, it works as before. Now in /etc/rc.conf I have: > # LAGG > ifconfig_re0=3D"ether 18:67:b0:7d:c1:3b up" > wlans_ath0=3D"wlan0" > ifconfig_wlan0=3D"WPA" > cloned_interfaces=3D"lagg0" > ifconfig_lagg0=3D"laggproto failover laggport re0 laggport wlan0 DHCP" > > Maurizio