Corrected Value Mapping For Tunnel Status in OpenVPN User/Auth

This commit is contained in:
Riccardo Bicelli 2020-04-28 08:54:56 +02:00
parent 59719ee355
commit d9b8e71f8f
1 changed files with 2 additions and 1 deletions

View File

@ -442,7 +442,8 @@ function pfz_valuemap($valuename, $value){
"up" => "1",
"down" => "2",
"none" => "3",
"reconnecting; ping-restart" => "4");
"reconnecting; ping-restart" => "4",
"" => "3");
break;
case "openvpn.client.status":