add OS detection support for the Alcatel-Lucent (Nokia) SAR 7705 per issue #3549

This commit is contained in:
Chris Freas
2016-05-24 16:09:37 -04:00
parent 39fe65ef94
commit 010e4fc108

View File

@ -34,4 +34,8 @@ if (!$os) {
if (strpos($sysObjectId, '.1.3.6.1.4.1.6527.1.9.1') !== false) {
$os = 'timos';
}
// TiMOS-B-6.0.R2 both/hops ALCATEL-LUCENT SAR 7705
if (strpos($sysObjectId, '.1.3.6.1.4.1.6527.6.1.1.2.1') !== false) {
$os = 'timos';
}
}//end if