From owner-freebsd-current@FreeBSD.ORG Sat Aug 17 17:38:51 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 152ECB53 for ; Sat, 17 Aug 2013 17:38:51 +0000 (UTC) (envelope-from eric.camachat@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFFF822FF for ; Sat, 17 Aug 2013 17:38:50 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id lj1so3114594pab.15 for ; Sat, 17 Aug 2013 10:38:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:content-transfer-encoding; bh=94zTuX5deS8x65cubUcw/AbV5ww9fXtACtAolLax1X4=; b=dEwJTrhfeV6icxNU95B7ZNNOWqYxwl31iqNeXvRP//4E239GsyP/h4oublVOUFvmch PJoBpBPTLt1shNdrSeKpmRlNkSx6JvRWA+SxMJsMwnPxl5fEiaGRjFX99fabCFgiiepM ac1tNXrIf3BdWuB9MRxaDgTqfPfwcM9yMiQBrYTaXfHSlSaijmhwE64H2PhXn/3LjPxO rkBzeouuOJEEnEs2ePWhX7gJnB5taBUjMkBPoF7grujKNqhua21h4OBgAAh9REmR2CfW J5fsc0DCh1I2MhYJh+q1opJQedA775s3IXTYJTBpk6nA2o/J0ZgCGAiN5XqEDb+8Qk4q og8Q== X-Received: by 10.68.211.138 with SMTP id nc10mr2273661pbc.162.1376761130499; Sat, 17 Aug 2013 10:38:50 -0700 (PDT) Received: from ?IPv6:2601:9:3000:34c:a288:b4ff:fec2:e5d0? ([2601:9:3000:34c:a288:b4ff:fec2:e5d0]) by mx.google.com with ESMTPSA id eq5sm4834850pbc.15.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 17 Aug 2013 10:38:50 -0700 (PDT) Subject: Re: ipv6_activate_all_interfaces doesn't work on wireless interface. From: Eric L Camachat To: Kevin Oberman In-Reply-To: References: <1376632058.1841.6.camel@localhost> Content-Type: text/plain; charset="UTF-8" Date: Sat, 17 Aug 2013 10:38:48 -0700 Message-ID: <1376761128.1922.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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 17:38:51 -0000 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