forked from extern/shorewall_code
Fix syntax error in last change
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2155 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
c8be27d515
commit
80bae1a525
@ -1670,6 +1670,7 @@ process_routestopped() # $1 = command
|
||||
for h in $(separate_list $host); do
|
||||
source="$source $interface:$h"
|
||||
done
|
||||
;;
|
||||
dest)
|
||||
for h in $(separate_list $host); do
|
||||
dest="$dest $interface:$h"
|
||||
|
Loading…
Reference in New Issue
Block a user