Merge pull request #3254 from barhom/juniper-ex2500

Added support for Juniper EX2500
This commit is contained in:
Daniel Preussker
2016-03-17 08:51:44 +00:00
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,7 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.1411.102')) {
$os = 'juniperex2500os';
}
}