Addes support for infoblox devices

This commit is contained in:
wiad
2016-01-18 13:51:39 +01:00
parent e380cc5100
commit 65176c00bd
7 changed files with 439 additions and 56 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
if (!$os || $os === 'linux') {
if (stristr($sysObjectId, ".1.3.6.1.4.1.7779.1")) {
$os = 'nios';
}
}