Fix another masq file bug

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1133 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-02-09 21:20:26 +00:00
parent fbff479107
commit b02506a47a

View File

@ -3879,7 +3879,7 @@ setup_masq()
chain=$newchain
destnets=0.0.0.0/0
if [ -n "$nonmasq" ]; then
if [ -n "$nomasq" ]; then
for addr in `separate_list $nomasq`; do
addnatrule $chain -s $addr -j RETURN
done