summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-26 02:52:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-26 02:52:31 +0000
commite946572bf7145d3c1555098f16417c8fbdb9bd22 (patch)
tree1c251ed10d117a8b01e62643a131c7e1148e73f1 /usr/local
parentc25a575f1dba3140afc769eb9946e2e40895d86b (diff)
downloadpfsense-e946572bf7145d3c1555098f16417c8fbdb9bd22.zip
pfsense-e946572bf7145d3c1555098f16417c8fbdb9bd22.tar.gz
Remove auto establish. It's never worked.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/vpn_ipsec_edit.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_edit.php b/usr/local/www/vpn_ipsec_edit.php
index 4e42109..5234786 100755
--- a/usr/local/www/vpn_ipsec_edit.php
+++ b/usr/local/www/vpn_ipsec_edit.php
@@ -304,7 +304,16 @@ function methodsel_change() {
<span class="vexpl">Set this option to disable this tunnel without
removing it from the list.</span></td>
</tr>
- <tr>
+ <!--
+ <tr>
+ <td width="22%" valign="top" class="vncellreq">Auto-establish</td>
+ <td width="78%" class="vtable">
+ <input name="auto" type="checkbox" id="auto" value="yes" <?php if ($pconfig['auto']) echo "checked"; ?>>
+ <strong>Automatically establish this tunnel</strong><br>
+ <span class="vexpl">Set this option to automatically re-establish this tunnel after reboots/reconfigures. If this is not set, the tunnel is established on demand.</span></td>
+ </tr>
+ -->
+ <tr>
<td width="22%" valign="top" class="vncellreq">Interface</td>
<td width="78%" class="vtable"><select name="interface" class="formfld">
<?php $interfaces = array('wan' => 'WAN', 'lan' => 'LAN');
OpenPOWER on IntegriCloud