mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixes MAC settings not changed (#6916)
This commit is contained in:
parent
47339bd34c
commit
19065241bb
2 changed files with 6 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue