mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Dix duplicate http prefix
This commit is contained in:
parent
b2e09822ad
commit
6e4cc5eacc
2 changed files with 5 additions and 5 deletions
|
|
@ -204,7 +204,7 @@ local function validateSflowDistroType(mode)
|
|||
end
|
||||
|
||||
local function validateSflowFilter(mode)
|
||||
local modes = {"All", "Client", "Server"}
|
||||
local modes = {"All", "Client", "Server", "recv", "sent"}
|
||||
|
||||
return validateChoice(modes, mode)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue