aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2010-09-13 19:52:46 +0000
committerHiroki Sato <hrs@FreeBSD.org>2010-09-13 19:52:46 +0000
commitabe3ac576acc01d2af46f987e6e263b7bc7ab8fa (patch)
tree5453ab8e4c60807a2079b720e248d294cf137f98 /etc/defaults/rc.conf
parente5481092bb4bea9edb21b3967194acc7da214ae2 (diff)
downloadsrc-abe3ac576acc01d2af46f987e6e263b7bc7ab8fa.tar.gz
src-abe3ac576acc01d2af46f987e6e263b7bc7ab8fa.zip
Add $ipv6_privacy to support net.inet6.ip6.use_tempaddr. Note that this
will be replaced with a per-IF version later. Based on: changes in r206408 by dougb
Notes
Notes: svn path=/head/; revision=212576
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 5ff00fcbfb62..b041f15f3321 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -453,6 +453,8 @@ ipv6_static_routes="" # Set to static route list (or leave empty).
# route toward loopback interface.
#ipv6_route_xxx="fec0:0000:0000:0006:: -prefixlen 64 ::1"
ipv6_gateway_enable="NO" # Set to YES if this host will be a gateway.
+ipv6_privacy="NO" # Use privacy address on RA-receiving IFs
+ # (RFC 4193)
route6d_enable="NO" # Set to YES to enable an IPv6 routing daemon.
route6d_program="/usr/sbin/route6d" # Name of IPv6 routing daemon.