Removed old legacy code

Added various fixes to networks view including the ability to visualize per-network graphs
Local hosts dumps (before purging) are now handled properly again.
This commit is contained in:
Luca Deri 2015-08-08 15:30:04 +02:00
parent 7b708274e5
commit df38dee87d
19 changed files with 331 additions and 179 deletions

View file

@ -1591,7 +1591,7 @@ end
local mac_cache = { }
-- get_mac_classification
function get_mac_classification(m)
local path = fixPath(dirs.installdir.."/other/EtherOUI.txt")
local path = fixPath(dirs.installdir.."/httpdocs/other/EtherOUI.txt")
local file_mac
if(string.len(m) > 8) then m = string.sub(m, 1, 8) end