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
This commit is contained in:
Crist J. Clark 2001-10-11 11:21:18 +00:00
parent dc72bf81a8
commit 4479e72cc6
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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