mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add nedge routing validation
This commit is contained in:
parent
1508bd6a71
commit
34a9683c14
2 changed files with 22 additions and 0 deletions
|
|
@ -3062,6 +3062,11 @@ function table.clone(t, filter)
|
|||
return clone
|
||||
end
|
||||
|
||||
function table.deepcopy(t)
|
||||
local json = require("dkjson")
|
||||
return json.decode(json.encode(t))
|
||||
end
|
||||
|
||||
function toboolean(s)
|
||||
if s == "true" then
|
||||
return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue