Load MIB for leafs referenced within class so we can instantiate class

Aggregate test class
This commit is contained in:
Eric A. Miller
2018-04-01 21:03:40 -04:00
parent 3a3c1efe46
commit 66bedd4d54
2 changed files with 88 additions and 1 deletions

View File

@@ -40,7 +40,8 @@ use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
$VERSION = '3.53';
%MIBS = (); # IF-MIB
# Load MIB for leafs referenced within class
%MIBS = ('IF-MIB' => 'ifIndex',);
%GLOBALS = ();