summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcjc <cjc@FreeBSD.org>2001-10-11 11:21:18 +0000
committercjc <cjc@FreeBSD.org>2001-10-11 11:21:18 +0000
commitaaf46285fe7732b38f28d2d802792b3e44399da2 (patch)
treea9abc6ade8108436aaf71ab72bbe3327dce1ed59
parentc01da464b68d58fef218db61886a9343c80a9fe9 (diff)
downloadFreeBSD-src-aaf46285fe7732b38f28d2d802792b3e44399da2.zip
FreeBSD-src-aaf46285fe7732b38f28d2d802792b3e44399da2.tar.gz
Documentation nitpick. IPFIREWALL_VERBOSE logging really has nothing
to do with "dropped packets." Any packets matching rules with the 'log' directive are logged regardless of the action, drop, pass, divert, pipe, etc. MFC after: 1 day
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8471c12..7bef2ee 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -599,8 +599,7 @@ device stf #6to4 IPv6 over IPv4 encapsulation
#
options MROUTING # Multicast routing
options IPFIREWALL #firewall
-options IPFIREWALL_VERBOSE #print information about
- # dropped packets
+options IPFIREWALL_VERBOSE #enable logging to syslogd(8)
options IPFIREWALL_FORWARD #enable transparent proxy support
options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity
options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 8471c12..7bef2ee 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -599,8 +599,7 @@ device stf #6to4 IPv6 over IPv4 encapsulation
#
options MROUTING # Multicast routing
options IPFIREWALL #firewall
-options IPFIREWALL_VERBOSE #print information about
- # dropped packets
+options IPFIREWALL_VERBOSE #enable logging to syslogd(8)
options IPFIREWALL_FORWARD #enable transparent proxy support
options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity
options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
OpenPOWER on IntegriCloud