diff --git a/Shorewall-perl/Shorewall/Rules.pm b/Shorewall-perl/Shorewall/Rules.pm index 7c6835900..42a4856ba 100644 --- a/Shorewall-perl/Shorewall/Rules.pm +++ b/Shorewall-perl/Shorewall/Rules.pm @@ -431,7 +431,7 @@ sub process_routestopped() { my @hosts; for my $host ( split /,/, $hosts ) { - push @hosts, "$interface:$hosts"; + push @hosts, "$interface:$host"; } unless ( $options eq '-' ) {