aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha/ha_tunnel.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-01-09 16:32:41 +0000
committerMartin Willi <martin@revosec.ch>2012-03-20 17:31:34 +0100
commit5ce59d4c06e000079779fc66cdf9d14995247f3d (patch)
treea9100336978342f7a91848de7350d492ab70e60b /src/libcharon/plugins/ha/ha_tunnel.c
parenta347c1ac437803c23aa8858089d99f4f604fcebc (diff)
downloadstrongswan-5ce59d4c06e000079779fc66cdf9d14995247f3d.tar.bz2
strongswan-5ce59d4c06e000079779fc66cdf9d14995247f3d.tar.xz
Added an aggressive mode peer_cfg option
Diffstat (limited to 'src/libcharon/plugins/ha/ha_tunnel.c')
-rw-r--r--src/libcharon/plugins/ha/ha_tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/ha_tunnel.c b/src/libcharon/plugins/ha/ha_tunnel.c
index 1f87c3d86..6f20620f2 100644
--- a/src/libcharon/plugins/ha/ha_tunnel.c
+++ b/src/libcharon/plugins/ha/ha_tunnel.c
@@ -207,7 +207,7 @@ static void setup_tunnel(private_ha_tunnel_t *this,
remote, IKEV2_UDP_PORT);
ike_cfg->add_proposal(ike_cfg, proposal_create_default(PROTO_IKE));
peer_cfg = peer_cfg_create("ha", IKEV2, ike_cfg, CERT_NEVER_SEND,
- UNIQUE_KEEP, 0, 86400, 0, 7200, 3600, FALSE, 30,
+ UNIQUE_KEEP, 0, 86400, 0, 7200, 3600, FALSE, FALSE, 30,
NULL, NULL, FALSE, NULL, NULL);
auth_cfg = auth_cfg_create();