broader mellanox detection

This commit is contained in:
laf
2015-07-13 23:04:10 +01:00
parent e8d830498c
commit bec3c5ffde

View File

@ -1,7 +1,7 @@
<?php
if (!$os) {
if (strstr($sysObjectId, ".33049.1.1.1.1012")) {
if (strstr($sysObjectId, ".33049.1.1.1.")) {
$os = "mellanox";
}
}