From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 6 19:35:57 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99D14106564A; Fri, 6 Jan 2012 19:35:57 +0000 (UTC) (envelope-from feld@feld.me) Received: from mwi1.coffeenet.org (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5F9B68FC1C; Fri, 6 Jan 2012 19:35:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=8qqutpQ0VWd9RC5oKXxSVvgCtFXeJ2mKFua/oBherGQ=; b=meoRqkN7ki2C56NtzPwYFyYrLAyda4W2Cgjgxe5Omm7kE+97cC9dNoGYooty56DL+JoFIl4wwo9UHGfEcVbF/18bEdvISfaj624W5+JcOL91+ERsZA7WoMsL+vp3dKmd; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by mwi1.coffeenet.org with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1RjFa0-0003Ba-AI; Fri, 06 Jan 2012 13:35:57 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpsa id 1325878550-88972-88971/5/5; Fri, 6 Jan 2012 19:35:50 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org References: Date: Fri, 6 Jan 2012 13:35:50 -0600 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: User-Agent: Opera Mail/11.61 (FreeBSD) X-SA-Score: -1.0 Cc: Subject: Re: accepting rtadv broken on 9-STABLE, re driver? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 19:35:57 -0000 On Fri, 06 Jan 2012 12:49:45 -0600, Sergey Kandaurov wrote: > > You mean ipv6_activate_all_interfaces="YES" ? > Yes... Unfortunately that's what I get for typing it manually and being distracted at the time. :-) > What is in your rc.conf? Do you have "inet6 accept_rtadv" keyword in it? > IIRC it should be enough to specify ifconfig_re0_ipv6="inet6 > accept_rtadv" > without additional tweaks. Consult with rc.conf(5). > I figured I would end up putting that in rc.conf as a temporary fix, but maybe that's just the long term solution. It seems so odd to me that the sysctl change doesn't automatically cause the ACCEPT_RTADV option to show up for re0, but it does for vboxnet0. Perhaps there should be a cleaner way to do this in rc.conf like how we do ifconfig_re0="DHCP" ? Thanks, Mark