mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fixes discovery for loopback interfaces
This commit is contained in:
parent
893350653b
commit
fdba617b0d
7 changed files with 20 additions and 13 deletions
|
|
@ -23,7 +23,7 @@ end
|
|||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
|
||||
local ifstats = interface.getStats()
|
||||
local is_loopback = isLoopback(ifname)
|
||||
local is_loopback = interface.isLoopback(),
|
||||
local iface_id = interface.name2id(ifname)
|
||||
|
||||
-- Load from or set in redis the refresh frequency for the top talkers heatmap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue