diff --git a/ChangeLog b/ChangeLog index 3e2b7f1f..58ac9c30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,20 @@ SNMP::Info - Friendly OO-style interface to Network devices using SNMP. ChangeLog $Id$ -version 0.10 () +version 1.0 () + + Added support for Foundry EdgeIrons as new class L2::Foundry + Added BulkWalk and BulkRepeaters options to new() - * Added check for bulkwalk_no() method - * Added more error checking in _load_attr() around bulkwalk code + + Added DebugSNMP option to new() + + Added CISCO-ENTITY-VENDORTYPE-OID-MIB,CISCO-PRODUCTS-MIB,CISCO-STACK-MIB to CiscoStats.pm for model() + + Check for bulkwalk_no() method + + Added Entity.pm to L3 and L2 classes per N. Petri's suggestion. + + * More error checking in _load_attr() around bulkwalk code * Minor warning fix in L3::Aironet::os_ver() * Abstracted remaining Cisco stuff from L3 to L3::Cisco - * Added CISCO-ENTITY-VENDORTYPE-OID-MIB,CISCO-PRODUCTS-MIB,CISCO-STACK-MIB to CiscoStats.pm for model() - * Added Entity.pm to L3 and L2 classes per N. Petri's suggestion. + * Expanded Entity.pm to cover the whole ENTITY-MIB and improved docs. + * changed all refs to $DEBUG to $self->debug() for reentrant code + * [ 1111284 ] Parameters not being set with AutoSpecify - fixed. verison 0.9 (11/15/04) diff --git a/DeviceMatrix.txt b/DeviceMatrix.txt index 2a3a5a70..3f325abc 100644 --- a/DeviceMatrix.txt +++ b/DeviceMatrix.txt @@ -300,6 +300,12 @@ class: Layer3::Foundry device-family: FastIron ver: 1 +note: Support very limited + +device-family: EdgeIron +note: only tested against an edgeiron 24g +device: EdgeIron 24G +note: Bug where spanning tree stuff loops forever when polled by SNMP. # HP device-vendor: HP diff --git a/t/test_class.pl b/t/test_class.pl index 75e75b17..f88f57ec 100755 --- a/t/test_class.pl +++ b/t/test_class.pl @@ -4,7 +4,7 @@ # # Test a device class in SNMP::Info against a device. # -# Max Baker +# Max Baker # # $Id$ #