mirror of https://github.com/aredn/aredn.git
Fix xlink monitoring by lqm (#1018)
This commit is contained in:
parent
18e17abf97
commit
ceb7e973bf
|
@ -450,8 +450,8 @@ function lqm()
|
|||
end
|
||||
|
||||
-- Xlink
|
||||
if nixio.fs.stat("/etc/config/xlink") then
|
||||
uci.cursor("/etc/config"):foreach("xlink", "interface",
|
||||
if nixio.fs.stat("/etc/config/xlink.mesh") then
|
||||
uci.cursor("/etc/config.mesh"):foreach("xlink", "interface",
|
||||
function(section)
|
||||
if section.ifname then
|
||||
for _, entry in ipairs(arps)
|
||||
|
|
Loading…
Reference in New Issue