mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Revert "add dell networking n switches as powerconnect"
This reverts commit 5df98a5000.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user