Cleanup of Standard Actions

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-03-13 10:06:02 -07:00
parent 5f01bc75bd
commit 054637880b
3 changed files with 2 additions and 4 deletions

View File

@ -71,7 +71,7 @@ DropUPnP(@5)
#
# Drop 'newnotsyn' traffic so that it doesn't get logged.
#
NotSyn(DROP,@1) - - tcp
NotSyn(-,@1) - - tcp
#
# Drop late-arriving DNS replies. These are just a nuisance and clutter up
# the log.

View File

@ -9,8 +9,6 @@
#
##########################################################################################
DEFAULTS DROP,-
?if @2 ne '' && @2 ne '-'
?if @2 eq 'audit'
DEFAULTS A_DROP,-

View File

@ -72,7 +72,7 @@ DropUPnP(@5)
#
# Drop 'newnotsyn' traffic so that it doesn't get logged.
#
NotSyn(DROP,@1) - - tcp
NotSyn(-,@1) - - tcp
#
# Drop late-arriving DNS replies. These are just a nuisance and clutter up
# the log.