From 98ac7583a08e5a944b7446beef319f5274b6c84e Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 30 Apr 2007 18:02:16 +0000 Subject: [PATCH] Fix CONTINUE! git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6158 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-shell/compiler | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Shorewall-shell/compiler b/Shorewall-shell/compiler index 3f3b4d7e0..3ab737f92 100755 --- a/Shorewall-shell/compiler +++ b/Shorewall-shell/compiler @@ -2134,6 +2134,9 @@ process_rule() # $1 = target *!) target=${target%!} ;; + esac + + case $target in ACCEPT+|NONAT) [ $SECTION = NEW ] || fatal_error "$target rules are not allowed in the $SECTION SECTION" nonat=Yes