Revert "add dell networking n switches as powerconnect"

This reverts commit 5df98a5000.
This commit is contained in:
Clint Armstrong
2015-07-22 10:08:49 -04:00
parent 5df98a5000
commit 9ec836b976
@@ -5,9 +5,6 @@ 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