[Netpass-devel] NetPass/lib/SNMP Device.pm,1.3,1.4
Brought to you by:
jeffmurphy
|
From: jeff m. <jef...@us...> - 2005-05-19 20:15:22
|
Update of /cvsroot/netpass/NetPass/lib/SNMP In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8038/lib/SNMP Modified Files: Device.pm Log Message: cleanup Index: Device.pm =================================================================== RCS file: /cvsroot/netpass/NetPass/lib/SNMP/Device.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Device.pm 5 Mar 2005 04:14:18 -0000 1.3 +++ Device.pm 19 May 2005 20:15:04 -0000 1.4 @@ -276,6 +276,10 @@ 'BayStack 5510' => { 'Desc' => "BayStack 5510", 'Module' => "SNMP::Device::BayStack" }, + 'Cisco' => { + 'Desc' => "Cisco", + 'Module' => "SNMP::Device::Cisco" + }, 'HP28688' => { 'Desc' => "HP28688 EtherTwist Hub PLUS", 'Module' => "SNMP::Device::HP" }, |