Dix duplicate http prefix

This commit is contained in:
emanuele-f 2017-05-27 15:52:41 +02:00
parent b2e09822ad
commit 6e4cc5eacc
2 changed files with 5 additions and 5 deletions

View file

@ -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