summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-04 19:02:38 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-04 19:02:38 -0600
commitd3c414e33534b0e8177a5685b93f026857f1cd45 (patch)
treecf3aaac6c876695ca15eee4695010fad4c1cd12a /usr
parenta43ddd1a5ff6c12ee4b4f96c7fe2070303e49b0e (diff)
downloadpfsense-d3c414e33534b0e8177a5685b93f026857f1cd45.zip
pfsense-d3c414e33534b0e8177a5685b93f026857f1cd45.tar.gz
strongswan only has two options for NAT-T, force or auto.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/vpn_ipsec_phase1.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php
index 044bf10..9e21f71 100644
--- a/usr/local/www/vpn_ipsec_phase1.php
+++ b/usr/local/www/vpn_ipsec_phase1.php
@@ -866,7 +866,6 @@ 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'] != 'on') echo "selected=\"selected\""; ?>><?=gettext("Auto"); ?></option>
<option value="force" <?php if ($pconfig['nat_traversal'] == 'force') echo "selected=\"selected\""; ?>><?=gettext("Force"); ?></option>
</select>
OpenPOWER on IntegriCloud