From add49a3a21e58bcc531e2f0a2ff816c7a8e825a8 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 24 Oct 2015 01:46:01 -0500 Subject: IKE auto mode is back, remove this config upgrade code unsetting it. --- etc/inc/upgrade_config.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etc/inc/upgrade_config.inc b/etc/inc/upgrade_config.inc index d3186b5..07c0df0 100644 --- a/etc/inc/upgrade_config.inc +++ b/etc/inc/upgrade_config.inc @@ -3629,10 +3629,6 @@ function upgrade_117_to_118() { $ph1_entry['peerid_data'] = preg_replace('/\/\s*emailAddress\s*=\s*/', ', E=', $ph1_entry['peerid_data']); } - // iketype 'auto' was removed and is really v2, update accordingly - if ($ph1_entry['iketype'] == "auto") { - $ph1_entry['iketype'] = "ikev2"; - } } } -- cgit v1.1