Fix for masq

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8082 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-01-21 05:57:58 +00:00
parent e2e827cdbc
commit fb426cd498

View File

@ -227,7 +227,7 @@ setup_masq()
build_exclusion_chain newchain nat "$nomasq" "$destnets"
if [ -n "$networks" ]; then
for s in $(separate_list networks); do
for s in $(separate_list $networks); do
addnatrule $chain $(source_ip_range $s) $proto $ports $mark $policy -j $newchain
done
networks=