mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Adding observationPoint support (WIP)
This commit is contained in:
parent
ae912ba460
commit
336f1f3d9f
19 changed files with 147 additions and 79 deletions
|
|
@ -2145,7 +2145,6 @@ function hostinfo2hostkey(host_info, host_type, show_vlan)
|
|||
|
||||
local vlan_id = tonumber(host_info["vlan"] or host_info["vlan_id"] or 0)
|
||||
|
||||
|
||||
if vlan_id ~= 0 or show_vlan then
|
||||
rsp = rsp..'@'..tostring(vlan_id)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue