From d2d11df4f6983861dbc54ba3aca6481f2e5f7f26 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 23 Jan 2017 13:35:10 -0800 Subject: [PATCH] Make action.BLACKLIST behave correctly in the blrules file. Signed-off-by: Tom Eastep --- Shorewall/Macros/macro.BLACKLIST | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Shorewall/Macros/macro.BLACKLIST diff --git a/Shorewall/Macros/macro.BLACKLIST b/Shorewall/Macros/macro.BLACKLIST deleted file mode 100644 index 3e5000612..000000000 --- a/Shorewall/Macros/macro.BLACKLIST +++ /dev/null @@ -1,15 +0,0 @@ -# -# Shorewall -- /usr/share/shorewall/macro.blacklist -# -# This macro handles blacklisting using BLACKLIST_DISPOSITION and BLACKLIST_LOGLEVEL. -# It is usable only in the blrules file; in the rules file the action by the -# same name is invoked. -# -############################################################################### -#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER - -?if $BLACKLIST_LOGLEVEL -blacklog -?else -$BLACKLIST_DISPOSITION -?endif