mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
No idea what is in table, so disable check. Fix https://github.com/Ysurac/openmptcprouter/issues/129
This commit is contained in:
parent
1782a50b83
commit
cec463a6dd
1 changed files with 0 additions and 10 deletions
|
@ -714,16 +714,6 @@ function interfaces_status()
|
|||
connectivity = "WARNING"
|
||||
end
|
||||
end
|
||||
else
|
||||
for i,j in ipairs(ipv6_result) do
|
||||
ipv6_addr_test = sys.exec("ip -6 addr | grep " .. j)
|
||||
if ipv6_addr_test == "" then
|
||||
ipv6_discover = "DETECTED"
|
||||
if connectivity == "OK" then
|
||||
connectivity = "WARNING"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue