Fix bug in NAT exclusion -- Roger Aich

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@344 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-11-27 19:16:06 +00:00
parent 3666482643
commit 94cc75b63a
2 changed files with 2 additions and 2 deletions

View File

@ -2716,7 +2716,7 @@ setup_masq()
if [ -n "$nomasq" ]; then
newchain=masq${masq_seq}
run_iptables -t nat -N $newchain
createnatchain $newchain
addnatrule $chain -d $destnet $iface $subnet -j $newchain
masq_seq=$(($masq_seq + 1))
chain=$newchain

View File

@ -2716,7 +2716,7 @@ setup_masq()
if [ -n "$nomasq" ]; then
newchain=masq${masq_seq}
run_iptables -t nat -N $newchain
createnatchain $newchain
addnatrule $chain -d $destnet $iface $subnet -j $newchain
masq_seq=$(($masq_seq + 1))
chain=$newchain