From 45af60459f4bc1ebed0ae8fb780aea2ed40bd8be Mon Sep 17 00:00:00 2001 From: Eric Miller <> Date: Wed, 23 Aug 2006 19:48:47 +0000 Subject: [PATCH] Basic Sun support - SF Patch 1544637 contributed by begemot --- Info.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Info.pm b/Info.pm index a2080adb..94416d17 100644 --- a/Info.pm +++ b/Info.pm @@ -870,6 +870,7 @@ sub device_type { 9 => 'SNMP::Info::Layer3::Cisco', 11 => 'SNMP::Info::Layer2::HP', 18 => 'SNMP::Info::Layer3::BayRS', + 42 => 'SNMP::Info::Layer3::Sun', 674 => 'SNMP::Info::Layer3::Dell', 1916 => 'SNMP::Info::Layer3::Extreme', 1991 => 'SNMP::Info::Layer3::Foundry',