Remove Interface pool (we have the host pool only now)

This commit is contained in:
Alfredo Cardigliano 2022-02-25 18:04:46 +01:00
parent 12d60c01fd
commit ca846f4015
19 changed files with 2 additions and 475 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 interface_pools = require "interface_pools"
local pools_rest_utils = require "pools_rest_utils"
pools_rest_utils.delete_pool(interface_pools)