diff options
author | dougb <dougb@FreeBSD.org> | 2011-09-15 09:22:49 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-09-15 09:22:49 +0000 |
commit | 120983786685bae0ccfdf9aedce7cdaf65460803 (patch) | |
tree | a5adbc0c734a3f4e34d66efd384ed551a240549d /etc | |
parent | 15bb2c985fb8541737d6056f0a21406876105b0b (diff) | |
download | FreeBSD-src-120983786685bae0ccfdf9aedce7cdaf65460803.zip FreeBSD-src-120983786685bae0ccfdf9aedce7cdaf65460803.tar.gz |
Correct the RFC number for the description of IPv6 privacy addressing
Reviewed by: bz
Approved by: re (kib)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index d959f20..6946eea 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -472,7 +472,7 @@ ipv6_cpe_wanif="NO" # Set to the upstram interface name if this # node will work as a router to forward IPv6 # packets not explicitly addressed to itself. ipv6_privacy="NO" # Use privacy address on RA-receiving IFs - # (RFC 4193) + # (RFC 4941) route6d_enable="NO" # Set to YES to enable an IPv6 routing daemon. route6d_program="/usr/sbin/route6d" # Name of IPv6 routing daemon. |