mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Moved ethernet OUI on a place that is included in packages
This commit is contained in:
parent
0eea1669d9
commit
3945b18eb4
2 changed files with 1 additions and 1 deletions
|
|
@ -1591,7 +1591,7 @@ end
|
|||
local mac_cache = { }
|
||||
-- get_mac_classification
|
||||
function get_mac_classification(m)
|
||||
local path = fixPath(dirs.installdir.."/third-party/well-known-MAC.txt")
|
||||
local path = fixPath(dirs.installdir.."/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