summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-08-07 17:52:58 +0200
committerErmal <eri@pfsense.org>2014-08-07 17:52:58 +0200
commitb31a2c765fcb1042e604cd52908898fa5c0d2321 (patch)
tree0df39b1c7e9a3344fc6fb06f05d525c89c91b147
parent959dc96b8f81f5265e028d97c129fd5c37a33a06 (diff)
downloadpfsense-b31a2c765fcb1042e604cd52908898fa5c0d2321.zip
pfsense-b31a2c765fcb1042e604cd52908898fa5c0d2321.tar.gz
Move the rekey to yes always to avoid issues.
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 08eb743..39e4333 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -543,7 +543,7 @@ EOD;
$keyexchange = "ikev2";
$rekey = "rekey = yes";
} else {
- $rekey = "rekey = no";
+ $rekey = "rekey = yes";
}
list ($myid_type, $myid_data) = ipsec_find_id($ph1ent, "local");
OpenPOWER on IntegriCloud