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:
parent
d4ac85f242
commit
92428805b2
2 changed files with 12 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue