From 80bae1a525bb912c2a43f1662cd9bb766e371b19 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 21 May 2005 13:44:07 +0000 Subject: [PATCH] Fix syntax error in last change git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2155 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 6060fea49..f69cf15a3 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -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"