From 296fe257cc0e446ca416eaa7150f4e0da1c1fd81 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Thu, 8 Apr 2010 15:19:57 +0000 Subject: [PATCH] Disambiguate `IPs' to a more specific term. Submitted by: Garrett Cooper MFC after: 3 days --- etc/rc.firewall | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/etc/rc.firewall b/etc/rc.firewall index d8f50af6c2b..0fd5331d410 100644 --- a/etc/rc.firewall +++ b/etc/rc.firewall @@ -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).