From 69861e76604334fbc6894a8dbcf7ee6d3c4d7a83 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 12 Apr 2012 08:32:43 +0100 Subject: [PATCH] [3085411] Activate L3 properties for Netgear GSM7224v2 (phishphreek) --- ChangeLog | 1 + Info.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 51a7fc0c..da1e4107 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ version 2.07 () * Basic support for APC UPS devices * [2993691] Support for SonicWALL devices in new class L3::SonicWALL (phishphreek) * [2996795] Support for Kentrox devices in new class L2::Kentrox (phishphreek) + * [3085411] Activate L3 properties for Netgear GSM7224v2 (phishphreek) [BUG FIXES] diff --git a/Info.pm b/Info.pm index d757195d..07f55d95 100644 --- a/Info.pm +++ b/Info.pm @@ -1248,6 +1248,7 @@ sub device_type { 2636 => 'SNMP::Info::Layer3::Juniper', 2925 => 'SNMP::Info::Layer1::Cyclades', 3076 => 'SNMP::Info::Layer3::Altiga', + 4526 => 'SNMP::Info::Layer2::Netgear', 5624 => 'SNMP::Info::Layer3::Enterasys', 6486 => 'SNMP::Info::Layer3::AlcatelLucent', 6527 => 'SNMP::Info::Layer3::Timetra',