mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Added aliases REST API (#8053)
This commit is contained in:
parent
309e025c59
commit
2336ea1762
7 changed files with 1227 additions and 896 deletions
|
|
@ -427,6 +427,12 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function getInterfaceAliasKey(ifid)
|
||||
return "ntopng.prefs.ifid_" .. ifid .. ".name"
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function getLocalNetworkAliasById(network)
|
||||
local network_utils = require "network_utils"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue