summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-03-24 16:08:21 -0500
committerChris Buechler <cmb@pfsense.org>2016-03-24 16:08:44 -0500
commitce798e75ddddace36aae98554532f6352febee54 (patch)
treec441f2e62f2dfc10f2822e8f4a27bfbedf2c6ab5
parent507df66b53a35689a55d9ea50036d9ea8ee17a4b (diff)
downloadpfsense-ce798e75ddddace36aae98554532f6352febee54.zip
pfsense-ce798e75ddddace36aae98554532f6352febee54.tar.gz
Show the full OpenVPN verb debug range same as 2.2.x.
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php2
-rw-r--r--src/usr/local/www/vpn_openvpn_server.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index b2f6715..6284c6f 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -787,7 +787,7 @@ if ($act=="new" || $act=="edit"):
'None: Only fatal errors' . '<br />' .
'Default through 4: Normal usage range' . '<br />' .
'5: Output R and W characters to the console for each packet read and write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/TAP packets' .'<br />' .
- '6: Debug info range');
+ '6-11: Debug info range');
$section->addInput(new Form_Input(
'act',
diff --git a/src/usr/local/www/vpn_openvpn_server.php b/src/usr/local/www/vpn_openvpn_server.php
index da76027..b8c182b 100644
--- a/src/usr/local/www/vpn_openvpn_server.php
+++ b/src/usr/local/www/vpn_openvpn_server.php
@@ -1169,7 +1169,7 @@ if ($act=="new" || $act=="edit"):
'None: Only fatal errors' . '<br />' .
'Default through 4: Normal usage range' . '<br />' .
'5: Output R and W characters to the console for each packet read and write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/TAP packets' .'<br />' .
- '6: Debug info range');
+ '6-11: Debug info range');
$section->addInput(new Form_Input(
'act',
OpenPOWER on IntegriCloud