From owner-freebsd-current@FreeBSD.ORG Wed Oct 19 06:45:22 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8478D106566B; Wed, 19 Oct 2011 06:45:22 +0000 (UTC) (envelope-from jhugo@meraka.csir.co.za) Received: from marge.meraka.csir.co.za (marge.meraka.csir.co.za [IPv6:2001:4200:7000:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id B8FCC8FC1A; Wed, 19 Oct 2011 06:45:21 +0000 (UTC) Received: from jeep.meraka.csir.co.za (unknown [IPv6:2001:4200:7000:3:223:aeff:fea7:a3c2]) by marge.meraka.csir.co.za (Postfix) with ESMTP id 85F90D0CC0B; Wed, 19 Oct 2011 08:45:19 +0200 (SAST) From: Johann Hugo To: freebsd-current@freebsd.org Date: Wed, 19 Oct 2011 08:45:17 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-RELEASE; KDE/4.4.5; amd64; ; ) References: <201110182200.19244.jhugo@meraka.csir.co.za> <0BF0188F-777F-4FC3-9DB3-48FE22ACC31A@lists.zabbadoz.net> In-Reply-To: <0BF0188F-777F-4FC3-9DB3-48FE22ACC31A@lists.zabbadoz.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201110190845.17950.jhugo@meraka.csir.co.za> Cc: "Bjoern A. Zeeb" , current@freebsd.org Subject: Re: IPv6 accept_rtadv + bfe0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 19 Oct 2011 06:45:22 -0000 On Tuesday, October 18, 2011 11:16:57 pm Bjoern A. Zeeb wrote: > On 18. Oct 2011, at 20:00 , Johann Hugo wrote: > > Hi > > > > The only way that I can get bfe0 to enable ACCEPT_RTADV is to manually do > > it with ifconfig bfe0 inet6 accept_rtadv. Even if I add it to > > ifconfig_bge0 in rc.conf it does nothing. > > > > grep bfe /etc/rc.conf > > ifconfig_bfe0="DHCP accept_rtadv" > > ifconfig_bfe0="DHCP" > ifconfig_bfe0_ipv6="inet6 accept_rtadv" That works, but what is the function of ipv6_activate_all_interfaces="YES" in rc.conf Johann