mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Remove local networks pool
This commit is contained in:
parent
2bb55b654c
commit
fb384dead0
15 changed files with 2 additions and 231 deletions
|
|
@ -13,12 +13,10 @@ local checks = require "checks"
|
|||
|
||||
local host_pools = require "host_pools":create()
|
||||
local interface_pools = require "interface_pools":create()
|
||||
local local_network_pools = require "local_network_pools":create()
|
||||
|
||||
local pool_instances = {
|
||||
["host"] = host_pools,
|
||||
["interface"] = interface_pools,
|
||||
["local_network"] = local_network_pools,
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue