mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes flows one-way/two-way flows filtering
This commit is contained in:
parent
f0fd69e650
commit
2f984277ca
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ function getFlowsFilter()
|
|||
local category = _GET["category"]
|
||||
local network_id = _GET["network"]
|
||||
local traffic_profile = _GET["traffic_profile"]
|
||||
local traffic_type = _GET["traffic_type"]
|
||||
local flowhosts_type = _GET["flowhosts_type"]
|
||||
local ipversion = _GET["version"]
|
||||
local l4proto = _GET["l4proto"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue