mirror of
https://gitlab.com/shorewall/code.git
synced 2025-07-26 22:35:53 +02:00
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:
@ -3879,7 +3879,7 @@ setup_masq()
|
|||||||
chain=$newchain
|
chain=$newchain
|
||||||
destnets=0.0.0.0/0
|
destnets=0.0.0.0/0
|
||||||
|
|
||||||
if [ -n "$nonmasq" ]; then
|
if [ -n "$nomasq" ]; then
|
||||||
for addr in `separate_list $nomasq`; do
|
for addr in `separate_list $nomasq`; do
|
||||||
addnatrule $chain -s $addr -j RETURN
|
addnatrule $chain -s $addr -j RETURN
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user