mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Remove Interface pool (we have the host pool only now)
This commit is contained in:
parent
12d60c01fd
commit
ca846f4015
19 changed files with 2 additions and 475 deletions
|
|
@ -15,7 +15,6 @@ local pools_lua_utils = {}
|
|||
-- ##############################################
|
||||
|
||||
-- @brief Returns an array of pool Lua class instances, for all available pools
|
||||
-- e.g., {interface_pools:create(), ...}
|
||||
function pools_lua_utils.all_pool_instances_factory()
|
||||
local pools_dir = os_utils.fixPath(dirs.installdir .. "/scripts/lua/modules/pools/")
|
||||
local res = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue