From owner-freebsd-current@freebsd.org Sat Jun 24 00:33:08 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 DA766D8D7C5 for ; Sat, 24 Jun 2017 00:33:08 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (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 6DC697A23D; Sat, 24 Jun 2017 00:33:08 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wr0-x241.google.com with SMTP id z45so16247211wrb.2; Fri, 23 Jun 2017 17:33:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=4x3C/+OvFkMQ6ELloDMLNA8TdGp0PQE+OSc69Djirw4=; b=k5DqwHKqoU+gojNnF62oT17F9etBNm0xcONiqaiZcgIQpAa0L4x8RdHETSuLRobgKw 7j+xKFsM3WRIfWvyYBnT4LkMOT6QaC3XD+KODyJXCiY098DqZzpoeS61cUGKAEVJmPUc Wf4GlIWOCAAiHnOQQKwRiVqtzrSEw90OLm0ESxGuGZDUug3gO2/PBNP1cO/lvOyekwFY 1XYfuVSd8pldImHfL0RsOZ6+f9S5eJx4Dyll+wEYvOsNwwemXfzN49NxwlcrKgKhVIx6 fs00DQ4/2fou7ap3SXvEbw1Tjj3dQcJKoYvV1m7Tv+NluFFgSKDrsY7+zIUJNpdmG0Za LLww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=4x3C/+OvFkMQ6ELloDMLNA8TdGp0PQE+OSc69Djirw4=; b=TxfEcSa5jJhsbWTaF8tch7ulKgUvXB7CqqsDjrUE7kIhVqlXCIV23cGj8hGUhQbGHx apCmwmOvdDaUbKQW0ve2AFDrvJpbDXk1ShUKenbW6F2bNJoGMB50PUQD63hEElDx2hOG dxolIbX7bteVOenpJ1VRseUmmDJD04lvS8CGCSD5xsgdtp/aN2OkSbmI61rYQigCEB6h 6nVptb1tc4AP0OOhU9+kEbYIOkRpYsjbKHUb2ytqIohuE23qb2xOvPs8cnOM7ZhiH8OM Roq2oZ7Sn/KFM/Ok68WDnY3tAIjwcX7jRLFX2WY+vOJelBhAbHfk31akKjssew3OUwKI RoIQ== X-Gm-Message-State: AKS2vOyLgO1UyZ0l0QiObRG3n6lngFcI6RjKU3lFgNGymufGa6s5Ot1C 95sZeslrCh2e5LumGzfhNoGGw5ZR8lNv X-Received: by 10.223.134.117 with SMTP id 50mr7582422wrw.62.1498264386426; Fri, 23 Jun 2017 17:33:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.183.138 with HTTP; Fri, 23 Jun 2017 17:33:05 -0700 (PDT) In-Reply-To: References: <1c1e5c6f-35e5-ca14-2e23-5e33d86a5266@FreeBSD.org> <0e951324-7ec9-445d-06d0-64682cea6da4@FreeBSD.org> From: Adrian Chadd Date: Fri, 23 Jun 2017 17:33:05 -0700 Message-ID: Subject: Re: [RESOLVED] Failover Mode Between Ethernet and Wireless Interfaces broken on >= 11 To: Renato Botelho Cc: Sean Bruno , 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.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 00:33:08 -0000 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=C3=A1s Krasznai. > > ifconfig_em0=3D"up" > wlans_iwn0=3D"wlan0" > ifconfig_wlan0=3D"WPA" > create_args_wlan0=3D"wlanaddr 3c:97:0e:48:3f:f8" > cloned_interfaces=3D"lagg0" > ifconfig_lagg0=3D"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