ENHANCEMENT TO NETGEAR SUPPORT

Added LLDP support for Netgear devices which provide it.
Changed $netgear->interfaces() to use ifName rather than ifDescr
as the former is unique per interface while the latter is not.
This commit is contained in:
Nic Bernstein
2013-08-08 14:15:28 -05:00
parent 22dd49c1dc
commit 8671f65bfd
2 changed files with 199 additions and 7 deletions

View File

@@ -5,6 +5,10 @@ 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.
version 3.03 (2013-07-11)