From owner-freebsd-current@freebsd.org Mon Sep 7 10:52:34 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 5B32C99A622 for ; Mon, 7 Sep 2015 10:52:34 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D5F241EBF; Mon, 7 Sep 2015 10:52:32 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.15.2/8.15.2) with ESMTPS id t87AqNfC043070 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 7 Sep 2015 13:52:23 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.15.2/8.15.2/Submit) id t87AqMxr043069; Mon, 7 Sep 2015 13:52:22 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 7 Sep 2015 13:52:22 +0300 From: Gleb Smirnoff To: Daniel Eischen Cc: Sergey Kandaurov , John Baldwin , FreeBSD Current , Adrian Chadd , "Ranjan1018 ." <214748mv@gmail.com> Subject: Re: Upgrading to r297291 LAGG(4) stops working. Message-ID: <20150907105222.GM1023@glebius.int.ru> References: <4074787.MD5UFHZJLz@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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, 07 Sep 2015 10:52:34 -0000 On Sun, Sep 06, 2015 at 11:05:41AM -0400, Daniel Eischen wrote: D> Please add an entry to src/UPDATING to explain the change needed. D> D> Also, my question remains, if wlan now knows how to set the MAC D> address, do we still need to set the MAC address manually and D> can we go back to using lagg just like it was 2 non-wireless D> connections (in the case that the underlying wireless device D> _can_ change the MAC address). D> D> In the case that the underlying wireless device cannot change D> the MAC address, then the examples should change the MAC D> address of the wired device to match that of the wireless D> instead of the other way around (or recommend doing it this D> way all the time). As Adrian already explained, changing MAC of WiFi is incorrect in general, changing MAC of Ethernet is correct way. This was true before the change as well. It accidentially did work before for some devices. I have added entry to updating. The ifconfig_iwn0="" lines in rc.conf are now just a harmless junk. I don't think that we need to request users to clean it up. -- Totus tuus, Glebius.