From owner-freebsd-current@FreeBSD.ORG Sat Aug 17 18:12:30 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 941A21C5 for ; Sat, 17 Aug 2013 18:12:30 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pb0-x22a.google.com (mail-pb0-x22a.google.com [IPv6:2607:f8b0:400e:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B8552496 for ; Sat, 17 Aug 2013 18:12:30 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id un15so3283325pbc.29 for ; Sat, 17 Aug 2013 11:12:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=mgpm+7mi47ZXW0d+2LWMkxcT2m7i7MemCvEVdYCMb2M=; b=m+xPTpGRoDqdN/kewtlCcKcLwNSJQCMmG59zRn8FY0Vb/4ca32SmeXqI4b444h629y eMQmHRLutgZdGD0cxqnGvj8hIHzJf8gOYFX3Ayxdye+b+Z9NDexbcLBj7OpJDeiLUs7O xYJaeY7Uvyxdys4zN/8h5KOT3agTA/vZd5G5tEQjlgePkmy+eI1pC7Xbv23HrrGY0ltp 8jtXogAFTS8T27Hmun/f18Z8xQLOfotwHv69vIZGEXmJ7pxUkHYx0Lr5Ru/D9q8o0BW5 QDhPR5S6kztppUJxWB2ppkTDJksJkNJTNZ2ptWIiL2SQ29Vo679ynP3XwvcgV3dLdZv5 UrgQ== MIME-Version: 1.0 X-Received: by 10.66.228.234 with SMTP id sl10mr2874283pac.149.1376763150069; Sat, 17 Aug 2013 11:12:30 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.67.14.66 with HTTP; Sat, 17 Aug 2013 11:12:29 -0700 (PDT) In-Reply-To: <1376761128.1922.2.camel@localhost> References: <1376632058.1841.6.camel@localhost> <1376761128.1922.2.camel@localhost> Date: Sat, 17 Aug 2013 11:12:29 -0700 X-Google-Sender-Auth: SA5VTBK5dNJrlfQemSEIFeUhK3M Message-ID: Subject: Re: ipv6_activate_all_interfaces doesn't work on wireless interface. From: Kevin Oberman To: Eric L Camachat Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Kimmo Paasiala , FreeBSD current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 17 Aug 2013 18:12:30 -0000 On Sat, Aug 17, 2013 at 10:38 AM, Eric L Camachat wrote: > On Sat, 2013-08-17 at 10:18 -0700, Kevin Oberman wrote: > > > There was a revision to networks.subr in r253683 that removed > > accept_rtadv from default for bridge interfaces. > > > > At least the comment says that it should not be default which implies > > that it used to be. If there is a logic error in the commit (I just > > noted the change to rtadv and the comment, but did not attempt to > > confirm the logic), perhaps accept_rtadv got turned off on more than > > just bridge interfaces. > > > > > > > > 564 > > > > > > bridge[0-9]*) > > 565 > > > > > > # No accept_rtadv by > > default on if_bridge(4) > > 566 > > > > > > # to avoid a > > conflict with the > > member > > 567 > > > > > > # interfaces. > > 568 > > > > > > return 1 > > 569 > > > > ;; > > 570 > > > > *) > > > > That script affect only when ipv6_enable="YES" for backward > compatibility, from its comments. > > Eric > Look further down in the commit for line in the 560s. The section I copied was the general case, not the legacy one. The code for both is .included. -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com