diff options
author | ume <ume@FreeBSD.org> | 2010-02-27 18:19:13 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2010-02-27 18:19:13 +0000 |
commit | e32ada9eaa2bbd6019da71f7bd36aa20a7fa3e9e (patch) | |
tree | 6aed5456160d7abd6f67f84d4c453c4c2bf96116 /etc/defaults/rc.conf | |
parent | 5a901fd0058983c478d4646ade996cbd0e814074 (diff) | |
download | FreeBSD-src-e32ada9eaa2bbd6019da71f7bd36aa20a7fa3e9e.zip FreeBSD-src-e32ada9eaa2bbd6019da71f7bd36aa20a7fa3e9e.tar.gz |
MFC r203433:
Add rc.d script for the rtsold(8) daemon.
The rtsol(8) handles just one RA then exit. So, the OtherConfig flag
may not be handled well by rtsol(8) in the environment where there are
multiple RA servers on the segment. In such case, rtsold(8) will be
your friend.
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 24a03fd..1cd4904 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -450,6 +450,10 @@ ipv6_default_interface="NO" # Default output interface for scoped addrs. # Now this works only for IPv6 link local # multicast addrs. rtsol_flags="" # Flags to IPv6 router solicitation. +rtsold_enable="NO" # Set to YES to enable an IPv6 router + # solicitation daemon. +rtsold_flags="-a" # Flags to an IPv6 router solicitation + # daemon. rtadvd_enable="NO" # Set to YES to enable an IPv6 router # advertisement daemon. If set to YES, # this router becomes a possible candidate |