fix case on mib name per alexander H
This commit is contained in:
@@ -43,7 +43,7 @@ use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
|||||||
|
|
||||||
$VERSION = '2.00';
|
$VERSION = '2.00';
|
||||||
|
|
||||||
%MIBS = ( 'ETHERLIKE-MIB' => 'etherMIB' );
|
%MIBS = ( 'EtherLike-MIB' => 'etherMIB' );
|
||||||
|
|
||||||
%GLOBALS = ();
|
%GLOBALS = ();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user