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
This commit is contained in:
teastep 2009-01-28 19:49:12 +00:00
parent 4dbd06792c
commit ea17219312
2 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,10 @@
###############################################################################
#TARGET SOURCE DEST PROTO DPORT SPORT
#
# Count packets that come through here
#
COUNT
#
# Reject 'auth'
#
Auth/REJECT

View File

@ -16,6 +16,10 @@
###############################################################################
#TARGET SOURCE DEST PROTO
#
# Count packets that come through here
#
COUNT
#
# Don't log 'auth' -- REJECT
#
Auth/REJECT