+ Fix alcatel ISAM

This commit is contained in:
garnier-quentin 2015-08-21 11:24:40 +02:00
parent 031985c23e
commit cbf79fb49d
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ sub manage_selection {
$self->{results} = $self->{snmp}->get_leef();
foreach (keys %{$self->{results}}) {
next if ($_ !~ /^$oid_extendPortVlanCurrent1DayUpFwdByteCounter\.(\d+)\.(\+d)$/);
next if ($_ !~ /^$oid_extendPortVlanCurrent1DayUpFwdByteCounter\.(\d+)\.(\d+)$/);
my $vlan_index = $2;
my $in = oct("0b". unpack('b*', $self->{results}->{$oid_extendPortVlanCurrent1DayDnFwdByteCounter . '.' . $1 . '.' . $vlan_index}));