summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-07-23 14:43:41 -0500
committerChris Buechler <cmb@pfsense.org>2015-07-23 14:47:56 -0500
commit4d7568404c276ea8fd10583e8d769f5ba82587aa (patch)
treedbf2d2f4b4acf9ffb2e1a88fcb1c54b4b9c1c43c /etc
parent0dea741f39c089817e1bdbc32c60def6fda05422 (diff)
downloadpfsense-4d7568404c276ea8fd10583e8d769f5ba82587aa.zip
pfsense-4d7568404c276ea8fd10583e8d769f5ba82587aa.tar.gz
Remove "auto", it's just a synonym for IKEv2. Ticket #4873
Conflicts: usr/local/www/vpn_ipsec_phase1.php
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index b72f6a1..3e7fd67 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -762,9 +762,7 @@ EOD;
if ($ph1ent['iketype'] == "ikev2") {
$keyexchange = "ikev2";
//$passive = "start";
- } else if ($ph1ent['iketype'] == "auto") {
- $keyexchange = "ike";
- }
+ }
}
if (isset($ph1ent['mobile'])) {
OpenPOWER on IntegriCloud