mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
dc72bf81a8
commit
4479e72cc6
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue