This commit is contained in:
Alfredo Cardigliano 2025-12-29 18:05:58 +01:00
parent 8a486aa6e5
commit db17838ca7

View file

@ -29,6 +29,7 @@ for id, ifname in pairs(interfaces) do
custom_name = nil
end
-- Note: returning in a format compatible with /lua/rest/v2/get/ntopng/interfaces.lua
res[#res + 1] = {
ifid = tonumber(id),
ifname = ifname,