From 0b26686cb1ff4c61be3e26e5431c88e0b0cab0b3 Mon Sep 17 00:00:00 2001 From: Rosiak Date: Tue, 29 Dec 2015 16:32:17 +0100 Subject: [PATCH] Fix enterasys discovery fix #2677 --- includes/discovery/os/enterasys.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/includes/discovery/os/enterasys.inc.php b/includes/discovery/os/enterasys.inc.php index ae2071f847..f42bc76047 100644 --- a/includes/discovery/os/enterasys.inc.php +++ b/includes/discovery/os/enterasys.inc.php @@ -4,4 +4,7 @@ if (!$os) { if (preg_match('/^Enterasys Networks/', $sysDescr)) { $os = 'enterasys'; } -} + if (strstr($sysObjectId, '.1.3.6.1.4.1.5624.2.1')) { + $os = 'enterasys'; + } +} \ No newline at end of file