diff --git a/ChangeLog b/ChangeLog index db631a54..645d9ffd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,10 @@ version 3.21 () classes. For several device classes SNMP::Info will now return tunnel interfaces and/or loopbacks, if present. + [BUG FIXES] + + * [#64] Misdetection: Wireless APs, add products MIB to L2::3Com + version 3.20 (2014-09-08) [NEW FEATURES] diff --git a/Info/Layer2/3Com.pm b/Info/Layer2/3Com.pm index aca58466..6a8919fe 100644 --- a/Info/Layer2/3Com.pm +++ b/Info/Layer2/3Com.pm @@ -16,6 +16,7 @@ $VERSION = '3.20'; %MIBS = ( %SNMP::Info::LLDP::MIBS, %SNMP::Info::Layer2::MIBS, + 'A3Com-products-MIB' => 'wlanAP7760', ); %GLOBALS = ( @@ -117,6 +118,8 @@ Subclass for 3Com L2 devices =over +=item F + =item Inherited Classes' MIBs See L for its own MIB requirements.