mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Implements ordering for flow Lua callbacks
This commit is contained in:
parent
46f6c3ce4c
commit
b6447bbfb0
3 changed files with 65 additions and 7 deletions
|
|
@ -12,6 +12,9 @@ local script = {
|
|||
-- Script category
|
||||
category = user_scripts.script_categories.security,
|
||||
|
||||
-- Priority
|
||||
prio = -20, -- Lower priority (executed after) than default 0 priority
|
||||
|
||||
-- NOTE: hooks defined below
|
||||
hooks = {},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue