summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-11-04 21:08:25 +0100
committerErmal <eri@pfsense.org>2014-11-04 21:08:25 +0100
commit1db2634e32a588932e55bf972d3cf57063af0571 (patch)
tree09701775db21a90c6dd45e5dc9ed20904ca062f4 /usr/local
parent86ef7a0a46295260e0716d55ed2d2d01e9cc835c (diff)
downloadpfsense-1db2634e32a588932e55bf972d3cf57063af0571.zip
pfsense-1db2634e32a588932e55bf972d3cf57063af0571.tar.gz
Rename the options to actually make sense with strongswan
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/vpn_ipsec_phase1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php
index d04a195..38db671 100644
--- a/usr/local/www/vpn_ipsec_phase1.php
+++ b/usr/local/www/vpn_ipsec_phase1.php
@@ -866,8 +866,8 @@ function dpdchkbox_change() {
<td width="22%" valign="top" class="vncell"><?=gettext("NAT Traversal"); ?></td>
<td width="78%" class="vtable">
<select name="nat_traversal" class="formselect">
- <option value="off" <?php if ($pconfig['nat_traversal'] == 'off') echo "selected=\"selected\""; ?>><?=gettext("Disable"); ?></option>
- <option value="on" <?php if ($pconfig['nat_traversal'] != 'off') echo "selected=\"selected\""; ?>><?=gettext("Enable"); ?></option>
+ <option value="off" <?php if ($pconfig['nat_traversal'] == 'off') echo "selected=\"selected\""; ?>><?=gettext("Auto"); ?></option>
+ <option value="on" <?php if ($pconfig['nat_traversal'] != 'off') echo "selected=\"selected\""; ?>><?=gettext("Force"); ?></option>
</select>
<br />
<span class="vexpl">
OpenPOWER on IntegriCloud