mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 10:18:58 +02: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;
|
my @hosts;
|
||||||
|
|
||||||
for my $host ( split /,/, $hosts ) {
|
for my $host ( split /,/, $hosts ) {
|
||||||
push @hosts, "$interface:$hosts";
|
push @hosts, "$interface:$host";
|
||||||
}
|
}
|
||||||
|
|
||||||
unless ( $options eq '-' ) {
|
unless ( $options eq '-' ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user