Fix exclude zone processing in DNAT and REDIRECT rules

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@655 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-07-14 16:44:35 +00:00
parent 5b03f63961
commit 94ceb711b7

View File

@ -1930,7 +1930,7 @@ add_nat_rule() {
log_rule $loglevel $chain $logtarget -t nat -d `fix_bang $adr`
fi
addnatrule $chain $proto -d $adr -j $target1
addnatrule $chain $proto -d `fix_bang $adr` -j $target1
done
else
for adr in `separate_list $addr`; do