From d391db900dac8eb0539b8423776e8df25c967bfd Mon Sep 17 00:00:00 2001 From: ume Date: Mon, 26 Apr 2010 15:31:58 +0000 Subject: Better handling of ipv6_default_interface using net.inet6.ip6.use_defaultzone=1. Now, it works IPv6 link-local unicast addresses as well as IPv6 link-local multicast addresses. MFC after: 1 week --- etc/defaults/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/defaults') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index ab50920..63c94bb 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -470,8 +470,8 @@ route6d_flags="" # Flags to IPv6 routing daemon. #ipv6_prefix_ed0="fec0:0000:0000:0001 fec0:0000:0000:0002" # Examples for rtr. #ipv6_prefix_ep0="fec0:0000:0000:0003 fec0:0000:0000:0004" # Examples for rtr. ipv6_default_interface="NO" # Default output interface for scoped addrs. - # Now this works only for IPv6 link local - # multicast addrs. + # This works only with + # ipv6_gateway_enable="NO". rtsol_flags="" # Flags to IPv6 router solicitation. rtsold_enable="NO" # Set to YES to enable an IPv6 router # solicitation daemon. -- cgit v1.1