From ea17219312d165321f93ca4fc16a702417e14653 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 28 Jan 2009 19:49:12 +0000 Subject: [PATCH] Add COUNT rules to action.Drop and action.Reject git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9349 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/action.Drop | 4 ++++ Shorewall-common/action.Reject | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Shorewall-common/action.Drop b/Shorewall-common/action.Drop index 770d0cedf..1bc03005c 100644 --- a/Shorewall-common/action.Drop +++ b/Shorewall-common/action.Drop @@ -20,6 +20,10 @@ ############################################################################### #TARGET SOURCE DEST PROTO DPORT SPORT # +# Count packets that come through here +# +COUNT +# # Reject 'auth' # Auth/REJECT diff --git a/Shorewall-common/action.Reject b/Shorewall-common/action.Reject index 9d0b0029c..ebf6dc8e8 100644 --- a/Shorewall-common/action.Reject +++ b/Shorewall-common/action.Reject @@ -16,6 +16,10 @@ ############################################################################### #TARGET SOURCE DEST PROTO # +# Count packets that come through here +# +COUNT +# # Don't log 'auth' -- REJECT # Auth/REJECT