From 4479e72cc6ec2ca916d7f9caa90b49b323e0a814 Mon Sep 17 00:00:00 2001 From: "Crist J. Clark" Date: Thu, 11 Oct 2001 11:21:18 +0000 Subject: [PATCH] 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 --- sys/conf/NOTES | 3 +-- sys/i386/conf/NOTES | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 8471c123521..7bef2eeb16c 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 8471c123521..7bef2eeb16c 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