WIP. Raisecom crap splitting

This commit is contained in:
Andrey Pazychev
2020-05-20 21:08:14 +03:00
parent 4cb3083993
commit b019f3fa06
2 changed files with 40 additions and 37 deletions

View File

@@ -16,15 +16,10 @@ our ($VERSION, %GLOBALS, %MIBS, %FUNCS, %MUNGE);
$VERSION = '3.70-135';
# This will be filled in with the device's index into the EntPhysicalEntry
# table by the serial() function.
# our $index = undef;
%MIBS = ( %SNMP::Info::Layer2::MIBS, );
%GLOBALS = (
%SNMP::Info::Layer2::GLOBALS,
'serial_oid' => 'transmission.94.1.1.2.1.1.1',
);
%FUNCS = ( %SNMP::Info::Layer2::FUNCS, );
@@ -40,7 +35,6 @@ sub os {
}
sub os_ver {
my $obj = shift;
return 'unknown';
}