forked from extern/shorewall_code
More rule processing fixes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@658 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
528c7b549a
commit
8dce6e9522
@ -1889,7 +1889,7 @@ add_nat_rule() {
|
||||
createnatchain $chain
|
||||
|
||||
for adr in `separate_list $addr`; do
|
||||
run_iptables -t nat -A OUTPUT $cli $proto $multiport $sports $dports -d `fix_bang $adr` -j $chain
|
||||
run_iptables2 -t nat -A OUTPUT $cli $proto $multiport $sports $dports -d $adr -j $chain
|
||||
done
|
||||
|
||||
for adr in $excludedests; do
|
||||
|
Loading…
Reference in New Issue
Block a user