mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Improvements to reduce un-necessary data returned to lua from C++
This commit is contained in:
parent
a497434a41
commit
8dc4561faf
12 changed files with 370 additions and 388 deletions
|
|
@ -109,8 +109,11 @@ function getProbeName(exporter_ip, show_vlan, shorten_len, show_ip_and_alias)
|
|||
if(not isEmptyString(ret)) then
|
||||
return(ret)
|
||||
end
|
||||
else
|
||||
return(exporter_ip)
|
||||
end
|
||||
|
||||
-- DEAD CODE
|
||||
local cached_device_name
|
||||
local snmp_cached_dev
|
||||
local probe_alias = probes_names[exporter_ip]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue