mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fix several issues with local networks
This commit is contained in:
parent
edb845a5b1
commit
fd03598975
5 changed files with 13 additions and 5 deletions
|
|
@ -30,7 +30,7 @@ local do_trace = false
|
|||
|
||||
local local_networks = interface.getNetworksStats()
|
||||
|
||||
for _, net_stats in ipairs(local_networks) do
|
||||
for _, net_stats in pairs(local_networks) do
|
||||
network.select(net_stats.network_id)
|
||||
|
||||
checks.localNetworkChecks(granularity, checks_var, do_trace)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue