forked from extern/shorewall_code
Fix 'routestopped'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@582 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
184d7aac40
commit
2e2029ce09
@ -1000,7 +1000,7 @@ stop_firewall() {
|
|||||||
|
|
||||||
while read interface host; do
|
while read interface host; do
|
||||||
expandv interface host
|
expandv interface host
|
||||||
[ "x$host" = "x-" ] && host=0.0.0.0/0
|
[ "x$host" = "x-" -o -z "$hosts" ] && host=0.0.0.0/0
|
||||||
for h in `separate_list $host`; do
|
for h in `separate_list $host`; do
|
||||||
hosts="$hosts $interface:$h"
|
hosts="$hosts $interface:$h"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user