ENHANCEMENT TO INFO::LAYER2::NETGEAR
* Add LLDP support for Netgear devices which provide it. * Change $netgear->interfaces() to use ifName rather than ifDescr as the former is unique per interface while the latter is not. If ifName is not present, concatenate ifDescr and ifIndex to achieve a unique value. * Properly report hardware version, Serial No. and OS Version
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -4,12 +4,14 @@ version 3.04 ()
|
||||
|
||||
[ENHANCEMENTS]
|
||||
|
||||
* [#47] Add model info on HP 2530 and HP 2920 series
|
||||
* Add proper LLDP support to Netgear.pm
|
||||
* Netgear.pm now properly reports interfaces() using ifName
|
||||
rather than ifDescr, as the former is unique per interface
|
||||
while the latter is not.
|
||||
|
||||
* [#47] Add model info on HP 2530 and HP 2920 series
|
||||
* Add proper LLDP support to Netgear.pm
|
||||
* Change $netgear->interfaces() to use ifName rather than ifDescr
|
||||
as the former is unique per interface while the latter is not.
|
||||
If ifName is not present, concatenate ifDescr and ifIndex
|
||||
to achieve a unique value.
|
||||
* Properly report hardware version, Serial No. and OS Version
|
||||
|
||||
version 3.03 (2013-07-11)
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
Reference in New Issue
Block a user