Date: Sun, 25 Apr 2010 08:00:00 +0100 From: Bruce Cran <bruce@cran.org.uk> To: freebsd-current@freebsd.org Cc: Doug Barton <dougb@freebsd.org> Subject: Re: New IPv6 settings in rc.conf Message-ID: <201004250800.00145.bruce@cran.org.uk> In-Reply-To: <4BD3A104.4020703@FreeBSD.org> References: <201004250154.07703.bruce@cran.org.uk> <4BD3A104.4020703@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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. -- Bruce Cran
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004250800.00145.bruce>