Merge pull request #1517 from clinta/dell-networking

add dell networking n switches as powerconnect
This commit is contained in:
Neil Lathwood
2015-07-22 15:54:19 +01:00
+3
View File
@@ -4,4 +4,7 @@ if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.6027.1.')) {
$os = 'dnos';
}
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3042')) {
$os = 'dnos';
}
}