add discover, polling and mibs.

work around empty ifDesc
This commit is contained in:
Tony Murray
2016-02-05 14:26:06 -06:00
parent 3970753c86
commit 4aa9838eda
8 changed files with 2430 additions and 1 deletions

View File

@@ -895,7 +895,7 @@ function is_port_valid($port, $device) {
}
}
}
if (empty($port['ifDescr'])) {
if (empty($port['ifDescr']) && !$device['os'] == "calix") {
$valid = 0;
}
if ($device['os'] == "catos" && strstr($if, "vlan")) {