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

Add IPv6 tunnel check

This commit is contained in:
Ycarus 2018-07-10 16:19:18 +02:00
parent d4ac85f242
commit 92428805b2
2 changed files with 12 additions and 1 deletions

View file

@ -142,6 +142,10 @@
{
statusMessage += 'VPN tunnel DOWN<br/>';
}
if (mArray.openmptcprouter.tun6_state == "DOWN")
{
statusMessage += 'VPN IPv6 tunnel DOWN<br/>';
}
if (statusMessage !== "")
{
statusMessageClass = "warning";