mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements two-way traffic filter for hosts
This commit is contained in:
parent
7a14a9cf11
commit
5e60fb19c9
7 changed files with 26 additions and 10 deletions
|
|
@ -343,7 +343,8 @@ end
|
|||
local function validateBroadcastUnicast(mode)
|
||||
local modes = {"unicast", "broadcast_multicast",
|
||||
"one_way",
|
||||
"one_way_unicast", "one_way_broadcast_multicast"}
|
||||
"one_way_unicast", "one_way_broadcast_multicast",
|
||||
"bidirectional"}
|
||||
|
||||
return validateChoice(modes, mode)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue