mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes ndpi application duplication ids
This commit is contained in:
parent
5f431e14a5
commit
219d57e362
3 changed files with 15 additions and 6 deletions
|
|
@ -22,7 +22,7 @@ end
|
|||
local rc = rest_utils.consts.success.ok
|
||||
local res = {}
|
||||
local rules_list = _GET["custom_rules"] or ""
|
||||
local l7_proto_name = (_GET["protocol_alias"] or ''):lower()
|
||||
local l7_proto_name = (_GET["protocol_alias"] or '')
|
||||
local l7_proto_id = _GET["l7_proto_id"]
|
||||
local l7_category = tonumber(_GET["category"] or 0)
|
||||
local applications = interface.getnDPIProtocols()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue