mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user