From 2347edad820b230d6b3be8fb6eff0c75ed5d52fd Mon Sep 17 00:00:00 2001 From: Eric Miller <> Date: Thu, 7 Apr 2005 04:09:03 +0000 Subject: [PATCH] add support for Accelar Layer 3 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5bc9b372..71e37381 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ version 1.0 () + 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. + + Added support for Passport/Accelar 1100 and 1200 series in L3::Passport (Eric Miller) * More error checking in _load_attr() around bulkwalk code * Minor warning fix in L3::Aironet::os_ver() @@ -21,6 +22,7 @@ version 1.0 () * changed all refs to $DEBUG to $self->debug() for reentrant code * [ 1111284 ] Parameters not being set with AutoSpecify - fixed. * Turned off BULKWALK for C1900 and C6500 classes. + * Added exception handling for V2 ENDOFMIBVIEW (Eric Miller) verison 0.9 (11/15/04)