Merge pull request #2958 from murrant/calix

Calix Support
This commit is contained in:
Neil Lathwood
2016-02-09 20:06:27 +00:00
9 changed files with 2442 additions and 1 deletions
+1 -1
View File
@@ -895,7 +895,7 @@ function is_port_valid($port, $device) {
}
}
}
if (empty($port['ifDescr'])) {
if (empty($port['ifDescr']) && !$config['os'][$device['os']]['empty_ifdescr']) {
$valid = 0;
}
if ($device['os'] == "catos" && strstr($if, "vlan")) {