mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added filter for second host in flows (#2722)
This commit is contained in:
parent
8d5ddda7d4
commit
fa0578c8a9
10 changed files with 146 additions and 42 deletions
|
|
@ -39,7 +39,7 @@ local total = 0
|
|||
-- flows_filter["detailsLevel"] = "high"
|
||||
|
||||
if not flows_to_update then
|
||||
flows_stats = interface.getFlowsInfo(flows_filter["hostFilter"], flows_filter)
|
||||
flows_stats = interface.getFlowsInfo(flows_filter["hostFilter"], flows_filter, flows_filter["talkingWith"])
|
||||
total = flows_stats["numFlows"]
|
||||
flows_stats = flows_stats["flows"]
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue