From 054637880b1377f73cffe9f00e094b6c3802f2ad Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 13 Mar 2016 10:06:02 -0700 Subject: [PATCH] Cleanup of Standard Actions Signed-off-by: Tom Eastep --- Shorewall/action.Drop | 2 +- Shorewall/action.NotSyn | 2 -- Shorewall/action.Reject | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Shorewall/action.Drop b/Shorewall/action.Drop index 8894c12c1..af2a54945 100644 --- a/Shorewall/action.Drop +++ b/Shorewall/action.Drop @@ -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. diff --git a/Shorewall/action.NotSyn b/Shorewall/action.NotSyn index 740757455..970ff3884 100644 --- a/Shorewall/action.NotSyn +++ b/Shorewall/action.NotSyn @@ -9,8 +9,6 @@ # ########################################################################################## -DEFAULTS DROP,- - ?if @2 ne '' && @2 ne '-' ?if @2 eq 'audit' DEFAULTS A_DROP,- diff --git a/Shorewall/action.Reject b/Shorewall/action.Reject index 4fedb10d2..f4b908525 100644 --- a/Shorewall/action.Reject +++ b/Shorewall/action.Reject @@ -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.