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"