Fix handling of zone exclusion

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8168 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2008-02-09 17:36:33 +00:00
parent 3574d2b099
commit 60080486ec
2 changed files with 5 additions and 5 deletions

View File

@ -242,9 +242,9 @@ debug_restore_input() {
chain=${first#:}
if [ "x$second" = x- ]; then
$IPTABLES -t $table -N $chain
do_iptables -t $table -N $chain
else
$IPTABLES -t $table -P $chain $second
do_iptables -t $table -P $chain $second
fi
if [ $? -ne 0 ]; then