Fixes MAC settings not changed (#6916)

This commit is contained in:
MatteoBiscosi 2022-10-03 17:19:08 +02:00
parent 47339bd34c
commit 19065241bb
2 changed files with 6 additions and 6 deletions

View file

@ -1452,12 +1452,6 @@ function historicalProtoHostHref(ifId, host, l4_proto, ndpi_proto_id, info, vlan
end
end
-- #############################################
function setCustomDeviceType(mac, device_type)
ntop.setPref(getCustomDeviceKey(mac), tostring(device_type))
end
-- ####################################################
function tableToJsObject(lua_table)