mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
MUD configuration save fixes
This commit is contained in:
parent
cf90bb2bcf
commit
f000dcb30a
4 changed files with 32 additions and 17 deletions
|
|
@ -248,14 +248,8 @@ function FlowMUDTemplate:new()
|
|||
end
|
||||
|
||||
function FlowMUDTemplate:parseConfig(script, conf)
|
||||
--~ if(tonumber(conf.min_duration) == nil) then
|
||||
--~ return false, "bad min_duration value"
|
||||
--~ end
|
||||
|
||||
--~ return http_lint.validateListItems(script, conf)
|
||||
|
||||
-- TODO validation
|
||||
return true
|
||||
return true, conf
|
||||
end
|
||||
|
||||
function FlowMUDTemplate:describeConfig(script, hooks_conf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue