From e8c0a78e679f86b531e53e6f980cc0427e7f06c2 Mon Sep 17 00:00:00 2001 From: Eric Miller <> Date: Mon, 25 Jun 2007 22:05:07 +0000 Subject: [PATCH] - Enterasys support - L2::C1900 bridge group (VLAN) reporting - CiscoStack duplex reporting improvement --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fdb603f9..34ca2543 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,9 @@ ChangeLog $Id$ version 1.05 + Added support for LLDP in new class LLDP (contributions from Bernhard Augenstein) - + Added device specific support for LLDP in L2::HP, L2::Baystack, and - L3::Foundry + + Added device specific support for LLDP in L2::HP, L2::Baystack, + L3::Enterasys and L3::Foundry + + Added support for Enterasys devices as new class L3::Enterasys + Added support for Dell PowerConnect switches as new class L3::Dell + Added basic support for generic routers running Microsoft Windows OS as new class L3::Microsoft (begemot) @@ -75,6 +76,10 @@ version 1.05 netdisco where device would not be inserted in DB due to malformed MAC. * Enable SUPER class calls to find autoloaded methods (Bernhard Augenstein) * Clear attribute cache on sucessful SNMP set. + * Improve accuracy of operational and administrative duplex reporting on + devices using CiscoStack. + * All i_type() methods now use standard IANAifType values. + * Report bridge groups (VLANs) in L2::C1900. version 1.04 (07/08/06) + Added C1130 and C1240 to L2::Aironet (Ralf Gross)