Added support to network servers configuration in c++ (#8686)

This commit is contained in:
Matteo Biscosi 2024-09-09 18:59:35 +02:00
parent 099a56ca1d
commit d4cb75abfd
19 changed files with 393 additions and 111 deletions

View file

@ -22,4 +22,6 @@ for k,v in pairs(data.config) do
ntop.setCache("ntopng.prefs.nw_config_".. v.key, v.value)
end
ntop.reloadServersConfiguration()
rest_utils.answer(rest_utils.consts.success.ok, res)