Moved ethernet OUI on a place that is included in packages

This commit is contained in:
Luca 2015-08-05 13:22:32 +02:00
parent 0eea1669d9
commit 3945b18eb4
2 changed files with 1 additions and 1 deletions

View file

@ -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