This is a workaround to show d-link port channel devices. Thanks to lafwood for this.

This commit is contained in:
Greg
2014-11-07 08:50:59 -08:00
parent 638ea2fa64
commit 6361e183e0

View File

@ -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;