+ Fix multiple interface selected
This commit is contained in:
parent
1b94ef3eb8
commit
821cc05608
|
@ -645,7 +645,7 @@ sub run {
|
||||||
$self->get_informations();
|
$self->get_informations();
|
||||||
|
|
||||||
my $multiple = 1;
|
my $multiple = 1;
|
||||||
if (scalar(keys %{$self->{int}}) == 1) {
|
if (scalar(keys %{$self->{interface_selected}}) == 1) {
|
||||||
$multiple = 0;
|
$multiple = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue