mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
4b31f36ae1
commit
a7b41075e4
20 changed files with 111 additions and 62 deletions
|
|
@ -125,13 +125,15 @@ if not isEmptyString(flowhosts_type) then
|
|||
end
|
||||
|
||||
if not isEmptyString(traffic_type) then
|
||||
if traffic_type == "unicast" then
|
||||
if traffic_type:contains("unicast") then
|
||||
pageinfo["unicast"] = true
|
||||
else
|
||||
pageinfo["unicast"] = false
|
||||
end
|
||||
|
||||
pageinfo["unidirectional"] = true
|
||||
if traffic_type:contains("one_way") then
|
||||
pageinfo["unidirectional"] = true
|
||||
end
|
||||
end
|
||||
|
||||
if not isEmptyString(flow_status) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue