aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/maemo/maemo_service.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/maemo/maemo_service.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/maemo/maemo_service.c')
-rw-r--r--src/libcharon/plugins/maemo/maemo_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/maemo/maemo_service.c b/src/libcharon/plugins/maemo/maemo_service.c
index d7539c2da..f04bc5a4c 100644
--- a/src/libcharon/plugins/maemo/maemo_service.c
+++ b/src/libcharon/plugins/maemo/maemo_service.c
@@ -334,7 +334,7 @@ static gboolean initiate_connection(private_maemo_service_t *this,
UNIQUE_REPLACE, 1, /* keyingtries */
36000, 0, /* rekey 10h, reauth none */
600, 600, /* jitter, over 10min */
- TRUE, FALSE, /* mobike, aggressive */
+ TRUE, FALSE, TRUE, /* mobike, aggressive, pull */
0, 0, /* DPD delay, timeout */
FALSE, NULL, NULL); /* mediation */
peer_cfg->add_virtual_ip(peer_cfg, host_create_from_string("0.0.0.0", 0));