summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2012-08-24 01:53:54 -0700
committerSeth Mos <seth.mos@dds.nl>2012-08-24 01:53:54 -0700
commit7fca58c602a98ea672315169e90ab038d6985240 (patch)
tree55cba8e724ba8fcc03fa80cdc6e5e696d6bb7aea
parent627fa5a911d87bce4bdc40eba98236073c76a7e3 (diff)
parent062fe17da3ca7d32a5a283780a2aa5ebb72029e5 (diff)
downloadpfsense-7fca58c602a98ea672315169e90ab038d6985240.zip
pfsense-7fca58c602a98ea672315169e90ab038d6985240.tar.gz
Merge pull request #214 from phildd/master
Fix IPv6 remote_network typo
-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