Added FASTPATH Switching to be excluded - Vxworks

This commit is contained in:
laf
2016-02-20 10:58:58 +00:00
parent 46a17eabf0
commit 0db5f4bb35
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.4413') && (!stristr($sysDescr, 'vxworks') && !stristr($sysDescr, 'Quanta'))) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.4413') && (!stristr($sysDescr, 'vxworks') && !stristr($sysDescr, 'Quanta') && !stristr($sysDescr, 'FASTPATH Switching'))) {
$os = 'edgeswitch';
}
}