diff options
author | Martin Willi <martin@revosec.ch> | 2012-01-09 16:32:41 +0000 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:31:34 +0100 |
commit | 5ce59d4c06e000079779fc66cdf9d14995247f3d (patch) | |
tree | a9100336978342f7a91848de7350d492ab70e60b /src/libcharon/plugins/ha/ha_tunnel.c | |
parent | a347c1ac437803c23aa8858089d99f4f604fcebc (diff) | |
download | strongswan-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.c | 2 |
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(); |