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:
Nic Bernstein
2013-08-08 18:15:21 -05:00
parent 8671f65bfd
commit afa97d845b
2 changed files with 81 additions and 22 deletions

View File

@@ -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]