aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/medsrv/medsrv_config.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-09-04 10:35:26 +0200
committerMartin Willi <martin@revosec.ch>2013-09-04 10:35:26 +0200
commitf7cb6eaaa88d8f43e7d65fbca5f81d9c117aa959 (patch)
treee4065153815b9eebc0e7bf2b19a8b8372b046760 /src/libcharon/plugins/medsrv/medsrv_config.c
parent0b47bb5377193520d8d95fe66d6d3644abaf2307 (diff)
parenta858064455bc2fda9f54889395eccee8f91fd424 (diff)
downloadstrongswan-f7cb6eaaa88d8f43e7d65fbca5f81d9c117aa959.tar.bz2
strongswan-f7cb6eaaa88d8f43e7d65fbca5f81d9c117aa959.tar.xz
Merge branch 'ikev1-pushmode'
Implements Mode Config Push mode in IKEv1 using the existing modeconfig=push ipsec.conf option.
Diffstat (limited to 'src/libcharon/plugins/medsrv/medsrv_config.c')
-rw-r--r--src/libcharon/plugins/medsrv/medsrv_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/medsrv/medsrv_config.c b/src/libcharon/plugins/medsrv/medsrv_config.c
index 06339220a..45487a976 100644
--- a/src/libcharon/plugins/medsrv/medsrv_config.c
+++ b/src/libcharon/plugins/medsrv/medsrv_config.c
@@ -92,7 +92,7 @@ METHOD(backend_t, create_peer_cfg_enumerator, enumerator_t*,
CERT_NEVER_SEND, UNIQUE_REPLACE,
1, this->rekey*60, 0, /* keytries, rekey, reauth */
this->rekey*5, this->rekey*3, /* jitter, overtime */
- TRUE, FALSE, /* mobike, aggressiv */
+ TRUE, FALSE, TRUE, /* mobike, aggressive, pull */
this->dpd, 0, /* DPD delay, timeout */
TRUE, NULL, NULL); /* mediation, med by, peer id */
e->destroy(e);