mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +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
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue