mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Rename uuid_num to source_id for consistency
This commit is contained in:
parent
b4e8aea124
commit
eb22febf66
6 changed files with 16 additions and 13 deletions
|
|
@ -278,7 +278,7 @@ for _, value in ipairs(flows_stats.flows) do
|
|||
|
||||
-- get probe uuid if ips match
|
||||
if probe_ip == device_ip then
|
||||
probe_uuid = probe_info["probe.uuid_num"]
|
||||
probe_uuid = probe_info["probe.source_id"]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue