mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed unused exclusion alert field
This commit is contained in:
parent
85c135acb1
commit
161ca6afc5
1 changed files with 0 additions and 7 deletions
|
|
@ -170,13 +170,6 @@ local available_subdirs = {
|
|||
return flow.getnDPICategoryId() == val
|
||||
end
|
||||
},
|
||||
dns_last_query = {
|
||||
lint = http_lint.validateSingleWord,
|
||||
match = function(context, val)
|
||||
-- Check for equality on either the master or application ids
|
||||
return flow.getDnsQuery() == val
|
||||
end
|
||||
},
|
||||
|
||||
-- info = http_lint.validateUnquoted,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue