forked from extern/shorewall_code
Bring forward bug fix from 2.0
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1708 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
b03f513e26
commit
78b4063d90
@ -4948,12 +4948,12 @@ setup_masq()
|
||||
|
||||
source="$networks"
|
||||
|
||||
case $networks in
|
||||
case $source in
|
||||
*.*.*)
|
||||
;;
|
||||
*)
|
||||
networks=$(get_routed_networks $networks)
|
||||
[ -z "$networks" ] && fatal_error "Unable to determine the routes through interface $networks"
|
||||
[ -z "$networks" ] && fatal_error "Unable to determine the routes through interface \"$source\""
|
||||
networks="$networks"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user