From owner-freebsd-current@FreeBSD.ORG Mon Apr 26 06:47:55 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 808C8106566C; Mon, 26 Apr 2010 06:47:55 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (unknown [IPv6:2001:470:1f09:679::1]) by mx1.freebsd.org (Postfix) with ESMTP id 468828FC13; Mon, 26 Apr 2010 06:47:55 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 4268A97FF; Mon, 26 Apr 2010 06:47:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on muon.cran.org.uk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=8.0 tests=AWL,BAYES_00,RDNS_DYNAMIC autolearn=no version=3.2.5 Received: from core.draftnet (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Mon, 26 Apr 2010 06:47:54 +0000 (UTC) From: Bruce Cran To: freebsd-current@freebsd.org Date: Mon, 26 Apr 2010 07:47:52 +0100 User-Agent: KMail/1.13.2 (FreeBSD/9.0-CURRENT; KDE/4.4.2; amd64; ; ) References: <201004250154.07703.bruce@cran.org.uk> <201004250800.00145.bruce@cran.org.uk> <4BD4F403.3070606@FreeBSD.org> In-Reply-To: <4BD4F403.3070606@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201004260747.52365.bruce@cran.org.uk> Cc: Doug Barton Subject: Re: New IPv6 settings in rc.conf 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: Mon, 26 Apr 2010 06:47:55 -0000 On Monday 26 April 2010 03:01:39 Doug Barton wrote: > On 04/25/10 00:00, Bruce Cran wrote: > > On Sunday 25 April 2010 02:55:16 Doug Barton wrote: > >> On 04/24/10 17:54, Bruce Cran wrote: > >>> # if_bridge doesn't have a link-local address by default, so add one > >>> ifconfig_bridge0_ipv6="fe80::2%bridge0 prefixlen 64" > >> > >> It's likely that you need to add inet6 before fe80 there: > >> ifconfig_bridge0_ipv6="inet6 fe80::2%bridge0 prefixlen 64" > > > > Thanks, adding 'inet6' before all the IPv6 addresses fixed the problem. > > I'm glad to hear that, although now I have a sinking feeling about the > state of the -current code. In your OP you said you "updated to > -current," what version of FreeBSD did you upgrade from? It was an earlier version of -CURRENT from maybe a couple of months ago. -- Bruce Cran