diff --git a/ChangeLog b/ChangeLog index 1e98fa31..eb191cba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ SNMP::Info - Friendly OO-style interface to Network devices using SNMP. version 2.07 () + [BUG FIXES] + + * [2988163] Detect Juniper SSG firewalls as Layer3::Netscreen (R. Kerr) + version 2.06 (2011-09-28) [NEW FEATURES] diff --git a/Info.pm b/Info.pm index 1324cb07..e54d4acd 100644 --- a/Info.pm +++ b/Info.pm @@ -1497,7 +1497,7 @@ sub device_type { #Juniper NetScreen $objtype = 'SNMP::Info::Layer3::Netscreen' - if ( $desc =~ /NetScreen/i ); + if ( $desc =~ /NetScreen|SSG/i ); # Cisco PIX $objtype = 'SNMP::Info::Layer3::Cisco'