mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Allows "ip" to search for client and server hosts
This commit is contained in:
parent
f563447bd9
commit
af7b722510
1 changed files with 0 additions and 3 deletions
|
|
@ -585,9 +585,6 @@ function alert_utils.getLinkToPastFlows(ifid, alert, alert_json)
|
|||
elseif val == true then
|
||||
-- Assumes > 0
|
||||
tags[#tags + 1] = {name = name, op = "gt", val = "0"}
|
||||
elseif name == "ip" then
|
||||
-- Currently convert to client IP, until the OR is supported as with nIndex
|
||||
tags[#tags + 1] = {name = "cli_ip", op = "eq", val = val}
|
||||
else
|
||||
-- Fallback, assume equality
|
||||
tags[#tags + 1] = {name = name, op = "eq", val = tostring(val)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue