svn commit: r206399 - head/etc

Hajimu UMEMOTO ume at FreeBSD.org
Thu Apr 8 15:19:57 UTC 2010


Author: ume
Date: Thu Apr  8 15:19:57 2010
New Revision: 206399
URL: http://svn.freebsd.org/changeset/base/206399

Log:
  Disambiguate `IPs' to a more specific term.
  
  Submitted by:	Garrett Cooper <yanefbsd__at__gmail.com>
  MFC after:	3 days

Modified:
  head/etc/rc.firewall

Modified: head/etc/rc.firewall
==============================================================================
--- head/etc/rc.firewall	Thu Apr  8 13:34:08 2010	(r206398)
+++ head/etc/rc.firewall	Thu Apr  8 15:19:57 2010	(r206399)
@@ -424,13 +424,15 @@ case ${firewall_type} in
 	# Configuration:
 	#  firewall_myservices:		List of TCP ports on which this host
 	#			 	 offers services.
-	#  firewall_allowservices:	List of IPs which has access to
+	#  firewall_allowservices:	List of IPv4 and/or IPv6 addresses
+	#				 which has access to
 	#				 $firewall_myservices.
-	#  firewall_trusted:		List of IPs which has full access 
-	#				 to this host. Be very carefull 
-	#				 when setting this. This option can
-	#				 seriously degrade the level of 
-	#				 protection provided by the firewall.
+	#  firewall_trusted:		List of IPv4 and/or IPv6 addresses
+	#				 which has full access to this host.
+	#				 Be very carefull when setting this.
+	#				 This option can seriously degrade
+	#				 the level of protection provided by
+	#				 the firewall.
 	#  firewall_logdeny:		Boolean (YES/NO) specifying if the
 	#				 default denied packets should be
 	#				 logged (in /var/log/security).


More information about the svn-src-all mailing list