summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-12-30 08:54:47 -0500
committerjim-p <jimp@pfsense.org>2016-12-30 09:02:24 -0500
commit6bb91e088a1805fce33849cff90695ae28efe4a8 (patch)
treebfd501de8a2a1e2890bf5123dfe8e2d106011a4f
parentdb058e30efbf5504e5d9e485197e9214841045aa (diff)
downloadpfsense-6bb91e088a1805fce33849cff90695ae28efe4a8.zip
pfsense-6bb91e088a1805fce33849cff90695ae28efe4a8.tar.gz
Fix IPv4/IPv6 copy paste error in OpenVPN client-specific overrides. Ticket #7053
-rw-r--r--src/usr/local/www/vpn_openvpn_csc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_openvpn_csc.php b/src/usr/local/www/vpn_openvpn_csc.php
index aa25bf8..083f447 100644
--- a/src/usr/local/www/vpn_openvpn_csc.php
+++ b/src/usr/local/www/vpn_openvpn_csc.php
@@ -425,7 +425,7 @@ if ($act == "new" || $act == "edit"):
'IPv6 Remote Network/s',
'text',
$pconfig['remote_networkv6']
- ))->setHelp('These are the IPv4 networks that will be routed to this client specifically using iroute, so that a site-to-site VPN can be established. ' .
+ ))->setHelp('These are the IPv6 networks that will be routed to this client specifically using iroute, so that a site-to-site VPN can be established. ' .
'Expressed as a comma-separated list of one or more IP/PREFIX networks. May be left blank if there are no client-side networks to be routed.' . '<br />' .
'NOTE: Remember to add these subnets to the IPv6 Remote Networks list on the corresponding OpenVPN server settings.');
OpenPOWER on IntegriCloud