summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorphildd <ict.advisor@nepal.inf.org>2012-08-24 14:31:03 +0545
committerphildd <ict.advisor@nepal.inf.org>2012-08-24 14:31:03 +0545
commit062fe17da3ca7d32a5a283780a2aa5ebb72029e5 (patch)
tree55cba8e724ba8fcc03fa80cdc6e5e696d6bb7aea /usr/local/www/vpn_openvpn_client.php
parent627fa5a911d87bce4bdc40eba98236073c76a7e3 (diff)
downloadpfsense-062fe17da3ca7d32a5a283780a2aa5ebb72029e5.zip
pfsense-062fe17da3ca7d32a5a283780a2aa5ebb72029e5.tar.gz
Fix IPv6 remote_network typo
The IPv4 remote network was being displayed in both the IP4 and IPv6 input fields. Then whatever value was in the IPv6 field ended up in the config as the IPv4 remote network. Just a couple of missing "v6" on variable names.
Diffstat (limited to 'usr/local/www/vpn_openvpn_client.php')
-rw-r--r--usr/local/www/vpn_openvpn_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index c002f79..f2002ed 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -812,7 +812,7 @@ if ($savemsg)
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("IPv6 Remote Network"); ?></td>
<td width="78%" class="vtable">
- <input name="remote_network" type="text" class="formfld unknown" size="20" value="<?=htmlspecialchars($pconfig['remote_network']);?>">
+ <input name="remote_networkv6" type="text" class="formfld unknown" size="20" value="<?=htmlspecialchars($pconfig['remote_networkv6']);?>">
<br>
<?=gettext("This is an IPv6 network that will be routed through " .
"the tunnel, so that a site-to-site VPN can be " .
OpenPOWER on IntegriCloud