mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Generalise ruckuswireless support
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, ".1.3.6.1.4.1.25053.3.1.4")) {
|
||||
if (strstr($sysObjectId, ".1.3.6.1.4.1.25053.3.1")) {
|
||||
$os = "ruckuswireless";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user