check_junos_bgp: another typo
This commit is contained in:
parent
be62f38997
commit
57f3eba575
|
@ -336,7 +336,7 @@ sub get_neighbor_information
|
||||||
my $res;
|
my $res;
|
||||||
my %args;
|
my %args;
|
||||||
|
|
||||||
if ($conf{'logical-router'} || $conf{'instance'}) {
|
if (($conf{'logical-router'} ne '') || ($conf{'instance'} ne '')) {
|
||||||
if ($conf{'logical-router'} ne '') {
|
if ($conf{'logical-router'} ne '') {
|
||||||
$args{'logical-router'} = $conf{'logical-router'};
|
$args{'logical-router'} = $conf{'logical-router'};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue