mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
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:
parent
7b708274e5
commit
df38dee87d
19 changed files with 331 additions and 179 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue