From owner-freebsd-current@freebsd.org Fri Dec 11 12:26:37 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 4731A9D5E1A for ; Fri, 11 Dec 2015 12:26:37 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from graal.it-profi.org.ua (graal.shurik.kiev.ua [193.239.74.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 087151C9A for ; Fri, 11 Dec 2015 12:26:36 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from [109.237.91.29] (helo=thinkpad.it-profi.org.ua) by graal.it-profi.org.ua with esmtpa (Exim 4.86 (FreeBSD)) (envelope-from ) id 1a7MKv-0002Ic-Gi for freebsd-current@freebsd.org; Fri, 11 Dec 2015 13:58:09 +0200 From: Alexandr Krivulya Subject: Re: Upgrading to r297291 LAGG(4) stops working. To: freebsd-current@freebsd.org References: <20150901084440.GJ56997@glebius.int.ru> X-Enigmail-Draft-Status: N1110 Message-ID: <566ABA4C.5020505@shurik.kiev.ua> Date: Fri, 11 Dec 2015 13:58:04 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20150901084440.GJ56997@glebius.int.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 109.237.91.29 X-SA-Exim-Mail-From: shuriku@shurik.kiev.ua X-SA-Exim-Scanned: No (on graal.it-profi.org.ua); SAEximRunCond expanded to false 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: Fri, 11 Dec 2015 12:26:37 -0000 01.09.15 11:44, Gleb Smirnoff пишет: > On Mon, Aug 31, 2015 at 09:58:45AM -0700, Adrian Chadd wrote: > A> Hi, > A> > A> +glebius, as he recently messed around with the wifi stack and his > A> changes may have broken how mac addresses are assigned to the > A> hardware. > > I've tested that with new code setting MAC address on wlan0 passed it > down to device driver (iwn in my case). > > As Adrian already noted to Ranjan, his setup worked only by accident :) > If it were not ath(4), but some more dumb WiFi device, the setup wouldn't > work. > Hi, On my -HEAD network traffic passes through re0 only when re0 is in promisc mode. It was not required earlier. Is it necessary now? My configuration is: wlans_iwn0="wlan0" ifconfig_wlan0="WPA country UA" ifconfig_re0="ether 68:5d:43:92:3a:88 promisc" cloned_interfaces="lagg0" ifconfig_lagg0="laggproto failover laggport re0 laggport wlan0 DHCP"