mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
Fix CONTINUE!
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6158 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f95a9e4db3
commit
98ac7583a0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user