mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements #4973 partial local broadcast domain calculation
This commit is contained in:
parent
caf3c40e0a
commit
288463b5d0
6 changed files with 17 additions and 17 deletions
|
|
@ -4054,7 +4054,11 @@ function builMapHREF(ip_address, vlan_id, map, default_page)
|
|||
return(ip_address)
|
||||
else
|
||||
local hinfo = hostkey2hostinfo(ip_address)
|
||||
hinfo["name"] = interface.getHostName(hinfo.host, hinfo.vlan)
|
||||
local hmininfo = interface.getHostMinInfo(hinfo.host, hinfo.vlan)
|
||||
for key, value in pairs(hmininfo) do
|
||||
hinfo[key] = value
|
||||
end
|
||||
|
||||
local name = hostinfo2label(hinfo)
|
||||
local res
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue