From 77a93d10a4deced59076983e154e5f8fa654b0ca Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 4 Apr 2016 15:55:48 -0700 Subject: [PATCH] Don't pass an argument to DropUPnP out of Drop and Reject Signed-off-by: Tom Eastep --- Shorewall/action.Drop | 2 +- Shorewall/action.Reject | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/action.Drop b/Shorewall/action.Drop index c7972eccb..6a18aee37 100644 --- a/Shorewall/action.Drop +++ b/Shorewall/action.Drop @@ -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. # diff --git a/Shorewall/action.Reject b/Shorewall/action.Reject index 3ce7c6218..68ea1f8a1 100644 --- a/Shorewall/action.Reject +++ b/Shorewall/action.Reject @@ -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. #