mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-15 01:09:30 +01:00
Fix typo in routestopped processing
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6591 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
dcd6a98eb9
commit
9dc15c6d34
@ -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 '-' ) {
|
||||
|
Loading…
Reference in New Issue
Block a user