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:27 -0500
commit55e0a1a0cc6c203de65550033e132420b2d1bc87 (patch)
treefb9c7c64ad744ed9f1b2ad1beae840a1edc788e8
parentd35a22d71e17606b32805695b1281f55c74e8392 (diff)
downloadpfsense-55e0a1a0cc6c203de65550033e132420b2d1bc87.zip
pfsense-55e0a1a0cc6c203de65550033e132420b2d1bc87.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 6f9815b..f0ef797 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