mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-18 03:29:12 +01:00
Correct ADrop action
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
d4b2a462a2
commit
e6c1de3829
@ -34,7 +34,7 @@ dropBcast(audit)
|
||||
#
|
||||
# ACCEPT critical ICMP types
|
||||
#
|
||||
AllowICMPs - - icmp
|
||||
AAllowICMPs - - icmp
|
||||
#
|
||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
||||
# and just confuse people when they appear in the log.
|
||||
@ -53,4 +53,4 @@ dropNotSyn(audit) - - tcp
|
||||
# Drop late-arriving DNS replies. These are just a nuisance and clutter up
|
||||
# the log.
|
||||
#
|
||||
DropDNSrep
|
||||
ADropDNSrep
|
||||
|
Loading…
Reference in New Issue
Block a user