From 686a9e9e9f30d0eae6e2305eda7da0a14bcd11f5 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 22 Jan 2006 05:51:39 +0000 Subject: [PATCH] Fix obscure bug git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3348 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index 127197244..1861429fe 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -7303,20 +7303,21 @@ setup_masq() source="${networks:=0.0.0.0/0}" + detectinterface= + case $source in - *.*.*|+*|!+*) - ;; - *) - if [ $COMMAND = compile ]; then - detectinterface=$networks - networks= - else - networks=$(get_routed_networks $networks) - [ -z "$networks" ] && fatal_error "Unable to determine the routes through interface \"$source\"" - networks="$networks" - detectinterface= - fi - ;; + *.*.*|+*|!+*) + ;; + *) + if [ $COMMAND = compile ]; then + detectinterface=$networks + networks= + else + networks=$(get_routed_networks $networks) + [ -z "$networks" ] && fatal_error "Unable to determine the routes through interface \"$source\"" + networks="$networks" + fi + ;; esac [ "x$addresses" = x- ] && addresses=