mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Added "real" intefaceId validation
Initial work towards REST API
This commit is contained in:
parent
b6447bbfb0
commit
ccf76ca54d
20 changed files with 228 additions and 17 deletions
|
|
@ -51,7 +51,7 @@ local function countHosts()
|
|||
end
|
||||
|
||||
function dumpInterfaceStats(ifid)
|
||||
local interface_name = getInterfaceName(ifid)
|
||||
local interface_name = getInterfaceName(ifid)
|
||||
interface.select(ifid..'')
|
||||
|
||||
local ifstats = interface.getStats()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue