mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
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:
parent
e2e827cdbc
commit
fb426cd498
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user