summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2010-04-26 15:31:58 +0000
committerume <ume@FreeBSD.org>2010-04-26 15:31:58 +0000
commitd391db900dac8eb0539b8423776e8df25c967bfd (patch)
treea438b139121790749737f36e8661bf6cc3b1b6df /etc/defaults
parentbf49d6a9f92f8bbc5e93fc29dd4adda1d2482070 (diff)
downloadFreeBSD-src-d391db900dac8eb0539b8423776e8df25c967bfd.zip
FreeBSD-src-d391db900dac8eb0539b8423776e8df25c967bfd.tar.gz
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
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
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.
OpenPOWER on IntegriCloud