fix live flows Device ip

This commit is contained in:
uccidibuti 2022-03-26 00:38:35 +01:00
parent 906eeb0fbd
commit d70ac5d977
3 changed files with 3 additions and 3 deletions

View file

@ -224,7 +224,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
if (value["in_index"] ~= nil and value["out_index"] ~= nil) then
--record["column_in_index"] = tostring(value["in_index"])..' '
--record["column_out_index"] = tostring(value["out_index"])..' '
record["column_device_id"] = value["device_ip"]
record["column_device_ip"] = value["device_ip"]
record["in_index"] = value["in_index"]
record["out_index"] = value["out_index"]
end