mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
11 lines
321 B
Lua
11 lines
321 B
Lua
--
|
|
-- (C) 2013-21 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/datasources/?.lua;" .. package.path
|
|
|
|
local packet_distro = require "interface.packet_distro"
|
|
|
|
packet_distro.rest_response()
|