forked from extern/shorewall_code
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:
parent
fbff479107
commit
b02506a47a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user