From e6c1de382971931f7e19edec0ceec15b668421df Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 24 May 2011 07:47:42 -0700 Subject: [PATCH] Correct ADrop action Signed-off-by: Tom Eastep --- Shorewall/action.ADrop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/action.ADrop b/Shorewall/action.ADrop index 2d36b1030..27a6bdf1b 100644 --- a/Shorewall/action.ADrop +++ b/Shorewall/action.ADrop @@ -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