Handles aggregated flows in db search links

This commit is contained in:
Simone Mainardi 2017-05-11 17:52:59 +02:00
parent f3205cf54c
commit d65d47330f
2 changed files with 24 additions and 4 deletions

View file

@ -47,7 +47,6 @@ headerShown = false
-- os.execute("sleep 30") -- this is to test slow responses
for k,v in pairs(versions) do
local res = getNumFlows(ifId, k, host, _GET["l4proto"], _GET["port"], _GET["protocol"], _GET["info"], _GET["epoch_begin"], _GET["epoch_end"])
if res == nil or res[1] == nil then