Remove SNMP pool

This commit is contained in:
Alfredo Cardigliano 2022-02-25 15:55:22 +01:00
parent fb70fe9d9f
commit 1e31c6bfd9
15 changed files with 7 additions and 509 deletions

View file

@ -15,7 +15,7 @@ local pools_lua_utils = {}
-- ##############################################
-- @brief Returns an array of pool Lua class instances, for all available pools
-- e.g., {interface_pools:create(), local_network_pools:create(), snmp_device_pools:create(), ...}
-- e.g., {interface_pools:create(), local_network_pools:create(), ...}
function pools_lua_utils.all_pool_instances_factory()
local pools_dir = os_utils.fixPath(dirs.installdir .. "/scripts/lua/modules/pools/")
local res = {}