svn commit: r225574 - in head: etc/defaults share/man/man5

Doug Barton dougb at FreeBSD.org
Thu Sep 15 09:22:50 UTC 2011


Author: dougb
Date: Thu Sep 15 09:22:49 2011
New Revision: 225574
URL: http://svn.freebsd.org/changeset/base/225574

Log:
  Correct the RFC number for the description of IPv6 privacy addressing
  
  Reviewed by:	bz
  Approved by:	re (kib)

Modified:
  head/etc/defaults/rc.conf
  head/share/man/man5/rc.conf.5

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf	Thu Sep 15 09:22:46 2011	(r225573)
+++ head/etc/defaults/rc.conf	Thu Sep 15 09:22:49 2011	(r225574)
@@ -472,7 +472,7 @@ ipv6_cpe_wanif="NO"		# Set to the upstra
 				# 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.

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Thu Sep 15 09:22:46 2011	(r225573)
+++ head/share/man/man5/rc.conf.5	Thu Sep 15 09:22:49 2011	(r225574)
@@ -1337,7 +1337,7 @@ Default is
 If the variable is
 .Dq Li YES
 privacy addresses will be generated for each IPv6
-interface as described in RFC 4193.
+interface as described in RFC 4941.
 .It Va ipv6_network_interfaces
 .Pq Vt str
 This is the IPv6 equivalent of


More information about the svn-src-all mailing list