Merge pull request #3959 from f0o/issue-3958

Added additional brocade fabos OID
This commit is contained in:
Daniel Preussker
2016-08-04 17:06:07 +00:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.1588.2.1.1.1') || strstr($sysObjectId, '.1.3.6.1.4.1.1588.2.1.1.43')) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.1588.2.1.1.1') || strstr($sysObjectId, '.1.3.6.1.4.1.1588.2.1.1.43') || strstr($sysObjectId, '.1.3.6.1.4.1.1588.2.1.1.72')) {
$os = 'fabos';
}
}