Code cleanup and adjust. of naming conventions

This commit is contained in:
Simone Mainardi 2017-09-14 15:56:00 +02:00
parent 04406d5f1a
commit a8123ffe0a
7 changed files with 92 additions and 190 deletions

View file

@ -174,7 +174,7 @@ end
-- ################################################################################
function discover.getCachedDiscoveryKey(interface_name)
return "ntopng.cache.device_discovery.ifid_"..getInterfaceId(interface_name)
return "ntopng.cache.ifid_"..getInterfaceId(interface_name)..".device_discovery"
end
-- ################################################################################