summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_phase1.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-05-09 14:03:39 +0000
committerErmal <eri@pfsense.org>2014-05-09 14:03:39 +0000
commit8d0a3abdeab8acb0fefa2d62e815338f83013072 (patch)
treed61d31515fac9c5b34e57274cd985e1d8f584b56 /usr/local/www/vpn_ipsec_phase1.php
parentfc835b04ecfb25402d3639c0ff70d19c49ec9f91 (diff)
downloadpfsense-8d0a3abdeab8acb0fefa2d62e815338f83013072.zip
pfsense-8d0a3abdeab8acb0fefa2d62e815338f83013072.tar.gz
Remove generate policy option since its not relevant with strongswan
Diffstat (limited to 'usr/local/www/vpn_ipsec_phase1.php')
-rw-r--r--usr/local/www/vpn_ipsec_phase1.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php
index bb50a2e..103451a 100644
--- a/usr/local/www/vpn_ipsec_phase1.php
+++ b/usr/local/www/vpn_ipsec_phase1.php
@@ -91,7 +91,6 @@ if (isset($p1index) && $a_phase1[$p1index]) {
$pconfig['dhgroup'] = $a_phase1[$p1index]['dhgroup'];
$pconfig['lifetime'] = $a_phase1[$p1index]['lifetime'];
$pconfig['authentication_method'] = $a_phase1[$p1index]['authentication_method'];
- $pconfig['generate_policy'] = $a_phase1[$p1index]['generate_policy'];
$pconfig['proposal_check'] = $a_phase1[$p1index]['proposal_check'];
if (($pconfig['authentication_method'] == "pre_shared_key") ||
@@ -343,7 +342,6 @@ if ($_POST) {
$ph1ent['certref'] = $pconfig['certref'];
$ph1ent['caref'] = $pconfig['caref'];
$ph1ent['authentication_method'] = $pconfig['authentication_method'];
- $ph1ent['generate_policy'] = $pconfig['generate_policy'];
$ph1ent['proposal_check'] = $pconfig['proposal_check'];
$ph1ent['descr'] = $pconfig['descr'];
$ph1ent['nat_traversal'] = $pconfig['nat_traversal'];
@@ -713,22 +711,6 @@ function dpdchkbox_change() {
</span>
</td>
</tr>
- <tr id="generate_policy">
- <td width="22%" valign="top" class="vncellreq"><?=gettext("Policy Generation"); ?></td>
- <td width="78%" class="vtable">
- <select name="generate_policy" class="formselect">
- <option value="" <?php if (empty($pconfig['generate_policy'])) echo "selected"; ?>>Default</option>
- <option value="on" <?php if ($pconfig['generate_policy'] == "on") echo "selected"; ?>>On</option>
- <option value="off" <?php if ($pconfig['generate_policy'] == "off") echo "selected"; ?>>Off</option>
- <option value="require" <?php if ($pconfig['generate_policy'] == "require") echo "selected"; ?>>Require</option>
- <option value="unique" <?php if ($pconfig['generate_policy'] == "unique") echo "selected"; ?>>Unique</option>
- </select>
- <br />
- <span class="vexpl">
- <?=gettext("When working as a responder (as with mobile clients), this controls how policies are generated based on SA proposals."); ?>
- </span>
- </td>
- </tr>
<tr id="proposal_check">
<td width="22%" valign="top" class="vncellreq"><?=gettext("Proposal Checking"); ?></td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud