Fixes interface configuratione error (#9440)

This commit is contained in:
Matteo Biscosi 2025-07-28 11:23:42 +02:00
parent e004d83913
commit 01bc407038
2 changed files with 9 additions and 7 deletions

View file

@ -55,6 +55,12 @@ end
-- #################################
function conf_utils.set_restart_required()
ntop.setCache(redis_key, true)
end
-- #################################
function conf_utils.restart_required()
if ntop.getCache(redis_key) == '' then
return false