add dell networking n switches as powerconnect

This commit is contained in:
Clint Armstrong
2015-07-22 09:20:49 -04:00
parent 8d72b05f26
commit 5df98a5000

View File

@@ -5,6 +5,9 @@ if (!$os) {
if (stristr($sysDescr, 'PowerConnect ')) {
$os = 'powerconnect';
}
else if (stristr($sysDescr, 'Dell Networking N')) {
$os = 'powerconnect';
}
else if (preg_match('/Dell.*Gigabit\ Ethernet/i', $sysDescr)) {
$os = 'powerconnect';
} //end if