From owner-freebsd-current@freebsd.org Sat Jun 24 04:23:01 2017 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 812FFD96A81 for ; Sat, 24 Jun 2017 04:23:01 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-1.mit.edu (dmz-mailsec-scanner-1.mit.edu [18.9.25.12]) (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 E895182320; Sat, 24 Jun 2017 04:23:00 +0000 (UTC) (envelope-from kaduk@mit.edu) X-AuditID: 1209190c-0f5ff70000001227-cd-594de91bb5dd Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) (using TLS with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by dmz-mailsec-scanner-1.mit.edu (Symantec Messaging Gateway) with SMTP id 56.03.04647.B19ED495; Sat, 24 Jun 2017 00:22:52 -0400 (EDT) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id v5O4Moha014392; Sat, 24 Jun 2017 00:22:50 -0400 Received: from kduck.kaduk.org (24-107-191-124.dhcp.stls.mo.charter.com [24.107.191.124]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id v5O4MjoF024310 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 24 Jun 2017 00:22:48 -0400 Date: Fri, 23 Jun 2017 23:22:46 -0500 From: Benjamin Kaduk To: Adrian Chadd Cc: Renato Botelho , Sean Bruno , freebsd-current Subject: Re: [RESOLVED] Failover Mode Between Ethernet and Wireless Interfaces broken on >= 11 Message-ID: <20170624042246.GX39245@kduck.kaduk.org> References: <1c1e5c6f-35e5-ca14-2e23-5e33d86a5266@FreeBSD.org> <0e951324-7ec9-445d-06d0-64682cea6da4@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprJKsWRmVeSWpSXmKPExsUixG6nrivz0jfSYH4Tn8Xzj3wWc958YLJY dOk1o0VP7wlGBxaPGZ/ms3jsnHWXPYApissmJTUnsyy1SN8ugStj9tZmloL93BWPJl9kbWCc ydnFyMkhIWAi0b72BXMXIxeHkMBiJolbN9exQDgbGSXmz3wA5Vxlkpiz9Sg7SAuLgKrElo42 MJtNQE3i8d5mVhBbREBTYkXXKUYQm1mgXuLxzK1gNcICCRLXzyxkBrF5gdZt3L+ZHWLoayaJ t3uaoBKCEidnPmGBaNaR2Ln1DlsXIweQLS2x/B8HRFheonnrbLByToFAiYnTfjCB2KICyhJ/ D99jmcAoOAvJpFlIJs1CmDQLyaQFjCyrGGVTcqt0cxMzc4pTk3WLkxPz8lKLdA31cjNL9FJT SjcxgkKdU5JnB+OZN16HGAU4GJV4eDO8fSOFWBPLiitzDzFKcjApifLGnvGJFOJLyk+pzEgs zogvKs1JLT7EKMHBrCTCe+ABUDlvSmJlVWpRPkxKmoNFSZxXQqMxQkggPbEkNTs1tSC1CCYr w8GhJMEb8gKoUbAoNT21Ii0zpwQhzcTBCTKcB2g442WQ4cUFibnFmekQ+VOMuhx3+jZ8YRJi ycvPS5US5735HKhIAKQoozQPbg4oRUlk7695xSgO9JYwbz5IFQ8wvcFNegW0hAloyYw1PiBL ShIRUlINjA0rywK2BFj/5+qJm27KGPlh9iKm7yejF88rDFpYVX1/t7LP2XmSMZJ3fsUfsLli 2ONkIBOz/d1t359B8z5/7DAP5f/B/un/GcWZnIlL5v12Y/4xg2Gfc5PNlyQuNqv5B4R269aK lSZOZjj82vl1/W0rxopZtsxMnSGmqs9F4w5cPv/k+/R795VYijMSDbWYi4oTATBR5K8sAwAA X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 24 Jun 2017 04:23:01 -0000 I fixed the rc.conf snippet in the handbook in r50399. I lost track of the rest of the thread as to what needs to be changed in the actual command examples in lagg.4 and/or the handbook, though. -Ben On Fri, Jun 23, 2017 at 05:33:05PM -0700, Adrian Chadd wrote: > hi! > > Thanks! Yes please let's update the handbook at least. > > > -a > > > On 23 June 2017 at 10:06, Renato Botelho wrote: > > On 23/06/17 13:43, Adrian Chadd wrote: > >> Hi, > >> > >> You can't change a wifi mac address /after the interface is up/. So if > >> that's happening with this RC script combination then we should kinda > >> fix that. > > > > OK, so in the end I managed to make it work without any kernel change. > > This is how rc.conf look like, as pointed out by András Krasznai. > > > > ifconfig_em0="up" > > wlans_iwn0="wlan0" > > ifconfig_wlan0="WPA" > > create_args_wlan0="wlanaddr 3c:97:0e:48:3f:f8" > > cloned_interfaces="lagg0" > > ifconfig_lagg0="up laggproto failover laggport em0 laggport wlan0 DHCP" > > > > So now the only remaining issue is related to docs. lagg(4) manpage > > example and Handbook must be fixed > > > > Thank you all for the help > > -- > > Renato Botelho > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"