[3472052] moduleSerialNumber support for Cisco Stack (Slava)

This commit is contained in:
Oliver Gorwits
2012-04-12 15:38:25 +01:00
parent 428c007543
commit 5242d16e02
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ version 2.07 ()
* [3085413] SNMP OIDs for Netgear Serial and OS Ver (phishphreek) * [3085413] SNMP OIDs for Netgear Serial and OS Ver (phishphreek)
* [3286549] Dell LLDP Support (Nico Giefing) * [3286549] Dell LLDP Support (Nico Giefing)
* [3469527] Netgear LLDP Support (Nic Bernstein) * [3469527] Netgear LLDP Support (Nic Bernstein)
* [3472052] moduleSerialNumber support for Cisco Stack (Slava)
[BUG FIXES] [BUG FIXES]

View File

@@ -65,6 +65,7 @@ $VERSION = '2.06';
'm_type' => 'moduleType', 'm_type' => 'moduleType',
'm_model' => 'moduleModel', 'm_model' => 'moduleModel',
'm_serial' => 'moduleSerialNumber', 'm_serial' => 'moduleSerialNumber',
'm_serial_string' => 'moduleSerialNumberString',
'm_status' => 'moduleStatus', 'm_status' => 'moduleStatus',
'm_name' => 'moduleName', 'm_name' => 'moduleName',
'm_ports' => 'moduleNumPorts', 'm_ports' => 'moduleNumPorts',