diff --git a/includes/functions.php b/includes/functions.php index 67ac62ddec..e3fc743463 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -891,6 +891,7 @@ function is_port_valid($port, $device) } if (empty($port['ifDescr'])) { $valid = 0; } if ($device['os'] == "catos" && strstr($if, "vlan")) { $valid = 0; } + if ($device['os'] == "dlink") { $valid = 1; } } return $valid;