Merge pull request #2609 from Rosiak/issue-2561

Add support for Cisco SG500 series
This commit is contained in:
Neil Lathwood
2015-12-11 23:43:42 +00:00
+4 -1
View File
@@ -1,5 +1,8 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.9.6.1.81')) {
$os = 'ciscosb';
}
if (strstr($sysObjectId, '.1.3.6.1.4.1.9.6.1.82')) {
$os = 'ciscosb';
}
@@ -19,4 +22,4 @@ if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.9.6.1.89')) {
$os = 'ciscosb';
}
}
}