Adding observationPoint support (WIP)

This commit is contained in:
Luca 2021-06-30 20:03:13 +02:00
parent ae912ba460
commit 336f1f3d9f
19 changed files with 147 additions and 79 deletions

View file

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