1
0
Fork 0
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:
Ycarus 2018-08-12 15:53:08 +02:00
parent 1782a50b83
commit cec463a6dd

View file

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