Remove device pool

This commit is contained in:
Alfredo Cardigliano 2022-02-23 15:22:37 +01:00
parent 588e5ae8dd
commit fb8128e0d4
10 changed files with 1 additions and 245 deletions

View file

@ -1,12 +0,0 @@
--
-- (C) 2013-22 - ntop.org
--
local dirs = ntop.getDirs()
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
package.path = dirs.installdir .. "/scripts/lua/modules/pools/?.lua;" .. package.path
local mac_pools = require "mac_pools"
local pools_rest_utils = require "pools_rest_utils"
pools_rest_utils.get_pools(mac_pools)