From owner-freebsd-current@freebsd.org Fri Jun 23 16:43:43 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 27709DA807E for ; Fri, 23 Jun 2017 16:43:43 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wr0-x22c.google.com (mail-wr0-x22c.google.com [IPv6:2a00:1450:400c:c0c::22c]) (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 B110167421; Fri, 23 Jun 2017 16:43:42 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wr0-x22c.google.com with SMTP id c11so73051547wrc.3; Fri, 23 Jun 2017 09:43:42 -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; bh=oWRpfcS/qEByYPM/gyPGEGA0wAlwNQKw+KHkZtmAGXM=; b=qaKeFUL7iuOv/3E8z9h4gviI0Ml23kuHoB679BEu9YvHd+Y9zN8XRJC2OijGYS316N 10ZQj+afSeK7+GTqGZt6RNx5RVvLOEWYvlSsZmDrWn4jMLvsC/ABiLAe+Evc5MlKkmU9 jAFyWQR8Wx+mxf+LSr7rGwB+wb2DPo8G9zOrehmY98uCPaNzm8lpY5pBWYGwiYFCO6ZX zGncJ89stxqqsBT6e2IJkpc/6SEAmlmlT7XQISO0NdQetWi3QorEfRtLg/ipIxrVwiFt KSaRY1zz7nFoWA9ZLSlxGbeeo9iTOTSabEFDq18YxT4lzx0c8cyfmDF2mqRju2wsOGjQ 99JQ== 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; bh=oWRpfcS/qEByYPM/gyPGEGA0wAlwNQKw+KHkZtmAGXM=; b=SH+DLhXjShrFw+AfEmldQyLqBj1+H9gwUJFGa3zPKvKdVnh5JxltQkQlYrOrV/pkeq C/458X+FI/Xq4QmaO43Yy7ZmCAgt2K6SiI4EnrRj7syVc2Ia06U6eBZQTmkSzpdsNTj/ 3Qv2qhzCFY0OcqkGSplxDMZZbYfdIfMvF00mPjTwkOiWJ1z2qW5vilqwfjrBns0l7Ttg 2pGQVrlwevXNEemtD3DrK5KDTCRJcrkfGhNr8f3MW/5OA8xDnVlVUxBZjLPPrgOo876f rnl62w6xGWOQ6fO4FteRSnrKTz9it1Xlq6Bmm0pp12IzCdH3jVaIeCHHDzLpxEdiP7t1 MB8g== X-Gm-Message-State: AKS2vOyycN/nzF0Johez2wli5P20SxNCfgw07CY4f4CcZ8ounr3IKVhh 7gzcMf68TjCZzBgXHiWB2XiLaM100/hT X-Received: by 10.223.152.34 with SMTP id v31mr6436009wrb.60.1498236220397; Fri, 23 Jun 2017 09:43:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.183.138 with HTTP; Fri, 23 Jun 2017 09:43:39 -0700 (PDT) In-Reply-To: <0e951324-7ec9-445d-06d0-64682cea6da4@FreeBSD.org> References: <1c1e5c6f-35e5-ca14-2e23-5e33d86a5266@FreeBSD.org> <0e951324-7ec9-445d-06d0-64682cea6da4@FreeBSD.org> From: Adrian Chadd Date: Fri, 23 Jun 2017 09:43:39 -0700 Message-ID: Subject: Re: 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" 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: Fri, 23 Jun 2017 16:43:43 -0000 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. -adrian