mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
parent
4b31f36ae1
commit
a7b41075e4
20 changed files with 111 additions and 62 deletions
|
|
@ -246,7 +246,8 @@ local function validateClientOrServer(mode)
|
|||
end
|
||||
|
||||
local function validateBroadcastUnicast(mode)
|
||||
local modes = {"unicast", "broadcast_multicast"}
|
||||
local modes = {"unicast", "broadcast_multicast",
|
||||
"one_way_unicast", "one_way_broadcast_multicast"}
|
||||
|
||||
return validateChoice(modes, mode)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue