diff options
author | Martin Willi <martin@strongswan.org> | 2006-09-08 06:12:02 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-09-08 06:12:02 +0000 |
commit | 1239c6f40b9940a9b15d514a72e93dae323c6c04 (patch) | |
tree | 321f264870d7d746ce5789c20cf4feaef733448c /src/charon/threads/stroke_interface.c | |
parent | a655f5c09c2ba180b7d393dbdfc8b8057293d9ab (diff) | |
download | strongswan-1239c6f40b9940a9b15d514a72e93dae323c6c04.tar.bz2 strongswan-1239c6f40b9940a9b15d514a72e93dae323c6c04.tar.xz |
implemented handling of dpdaction and dpddelay ipsec.conf parameters
Diffstat (limited to 'src/charon/threads/stroke_interface.c')
-rwxr-xr-x | src/charon/threads/stroke_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/threads/stroke_interface.c b/src/charon/threads/stroke_interface.c index 55a3b79c3..b8bdd5a99 100755 --- a/src/charon/threads/stroke_interface.c +++ b/src/charon/threads/stroke_interface.c @@ -412,7 +412,7 @@ static void stroke_add_conn(private_stroke_t *this, stroke_msg_t *msg) msg->add_conn.rekey.ipsec_lifetime, msg->add_conn.rekey.ipsec_lifetime - msg->add_conn.rekey.margin, msg->add_conn.rekey.margin * msg->add_conn.rekey.fuzz / 100, - msg->add_conn.me.updown, msg->add_conn.dpd.route); + msg->add_conn.me.updown, msg->add_conn.dpd.action); policy->add_my_traffic_selector(policy, my_ts); policy->add_other_traffic_selector(policy, other_ts); policy->add_authorities(policy, my_ca, other_ca); |