Fix CONTINUE!

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6158 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-30 18:02:16 +00:00
parent f95a9e4db3
commit 98ac7583a0

View File

@ -2134,6 +2134,9 @@ process_rule() # $1 = target
*!) *!)
target=${target%!} target=${target%!}
;; ;;
esac
case $target in
ACCEPT+|NONAT) ACCEPT+|NONAT)
[ $SECTION = NEW ] || fatal_error "$target rules are not allowed in the $SECTION SECTION" [ $SECTION = NEW ] || fatal_error "$target rules are not allowed in the $SECTION SECTION"
nonat=Yes nonat=Yes