Make use of scaling factor

This commit is contained in:
emanuele-f 2016-10-27 22:21:58 +02:00
parent 0c917a45a2
commit 50db46cfdf
7 changed files with 154 additions and 84 deletions

View file

@ -1477,6 +1477,10 @@ function getPathFromKey(key)
return fixPath(path)
end
function getRedisIfacePrefix(ifid)
return "ntopng.prefs.iface_"..tostring(ifid)
end
----- End of Redis Utils ------