Bug in pfsense plugins
This commit is contained in:
parent
d5aa529a2b
commit
04c12898d8
|
@ -211,7 +211,7 @@ sub run {
|
||||||
sub manage_selection {
|
sub manage_selection {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
$all_ids = [];
|
my $all_ids = [];
|
||||||
$self->{names} = {};
|
$self->{names} = {};
|
||||||
my $result = $self->{snmp}->get_table(oid => $oid_pfsenseInterfaceName, nothing_quit => 1);
|
my $result = $self->{snmp}->get_table(oid => $oid_pfsenseInterfaceName, nothing_quit => 1);
|
||||||
foreach my $key ($self->{snmp}->oid_lex_sort(keys %$result)) {
|
foreach my $key ($self->{snmp}->oid_lex_sort(keys %$result)) {
|
||||||
|
|
Loading…
Reference in New Issue