1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Check gateway status when interface down

This commit is contained in:
Ycarus 2018-08-22 11:32:25 +02:00
parent 50211bc86c
commit e084e0920c

View file

@ -640,7 +640,7 @@ function interfaces_status()
connectivity = "WARNING"
end
end
else
elseif gateway == "" then
gw_ping = "DOWN"
connectivity = "ERROR"
end