mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Remove flow pool
This commit is contained in:
parent
5623b9c6f7
commit
a7b6107d71
10 changed files with 0 additions and 242 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 flow_pools = require "flow_pools"
|
||||
local pools_rest_utils = require "pools_rest_utils"
|
||||
|
||||
pools_rest_utils.get_pools(flow_pools)
|
||||
Loading…
Add table
Add a link
Reference in a new issue