mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Code cleanup and adjust. of naming conventions
This commit is contained in:
parent
04406d5f1a
commit
a8123ffe0a
7 changed files with 92 additions and 190 deletions
|
|
@ -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
|
||||
|
||||
-- ################################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue