Aruba os name change - Brian Chow

This commit is contained in:
Eric Miller
2006-01-31 13:10:58 +00:00
parent d2b4c85d37
commit 70944f0589

View File

@@ -930,7 +930,7 @@ sub device_type {
} else {
$objtype = 'SNMP::Info::Layer2::ZyXEL_DSLAM' if ($desc =~ /8-port .DSL Module\(Annex .\)/i);
# Aruba wireless switches
$objtype = 'SNMP::Info::Layer2::Aruba' if ($desc =~ /AirOS/);
$objtype = 'SNMP::Info::Layer2::Aruba' if ($desc =~ /(ArubaOS|AirOS)/);
}
return $objtype;