From ed50013118936feaeb9352c46af588e805eea3f8 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 28 Jul 2004 03:09:12 +0000 Subject: [PATCH] Tweak action logging git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1501 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 744251704..7653b1ed2 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -2868,7 +2868,7 @@ find_logactionchain() # $1 = Action, including log level and tag if any shift;shift done - createlogctionchain $action $level + createlogactionchain $action $level echo $CHAIN @@ -3060,7 +3060,7 @@ process_actions2() { drop_broadcasts() { for address in $(find_broadcasts) 255.255.255.255 224.0.0.0/4 ; do case $xlevel in - none\!) + none*) ;; *) [ -n "$xlevel" ] && \