mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fix network_utils dep
This commit is contained in:
parent
49bdd32ce0
commit
3881dd3eea
5 changed files with 6 additions and 5 deletions
|
|
@ -393,6 +393,8 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function getLocalNetworkAliasById(network)
|
||||
local network_utils = require "network_utils"
|
||||
|
||||
local networks_stats = interface.getNetworksStats()
|
||||
local network_id = tonumber(network)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue