Don't pass an argument to DropUPnP out of Drop and Reject

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-04-04 15:55:48 -07:00
parent a96ee0ab9a
commit 77a93d10a4
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ Invalid(DROP,@1)
# Drop Microsoft noise so that it doesn't clutter up the log.
#
SMB(@3)
DropUPnP(@5)
DropUPnP
#
# Drop 'newnotsyn' traffic so that it doesn't get logged.
#

View File

@ -68,7 +68,7 @@ Invalid(DROP,@1)
# Reject Microsoft noise so that it doesn't clutter up the log.
#
SMB(@3)
DropUPnP(@5)
DropUPnP
#
# Drop 'newnotsyn' traffic so that it doesn't get logged.
#