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/stroke/stroke_config.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/stroke/stroke_config.c')
-rw-r--r-- | src/libcharon/plugins/stroke/stroke_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_config.c b/src/libcharon/plugins/stroke/stroke_config.c index 08339a475..e39233b7e 100644 --- a/src/libcharon/plugins/stroke/stroke_config.c +++ b/src/libcharon/plugins/stroke/stroke_config.c @@ -689,7 +689,7 @@ static peer_cfg_t *build_peer_cfg(private_stroke_config_t *this, msg->add_conn.version, ike_cfg, msg->add_conn.me.sendcert, unique, msg->add_conn.rekey.tries, rekey, reauth, jitter, over, - msg->add_conn.mobike, msg->add_conn.dpd.delay, + msg->add_conn.mobike, FALSE, msg->add_conn.dpd.delay, vip, msg->add_conn.other.sourceip_mask ? msg->add_conn.name : msg->add_conn.other.sourceip, msg->add_conn.ikeme.mediation, mediated_by, peer_id); |