aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/stroke_interface.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-12-21 14:35:17 +0000
committerMartin Willi <martin@strongswan.org>2006-12-21 14:35:17 +0000
commit7652be891c5d3b1cd305d3e32bce64f5e67134c7 (patch)
tree5def6569a7d5c8f4305a7b78779d7befa540ea68 /src/charon/threads/stroke_interface.c
parent38ab8048f54ce449339c317310e3e73a7b7f53d0 (diff)
downloadstrongswan-7652be891c5d3b1cd305d3e32bce64f5e67134c7.tar.bz2
strongswan-7652be891c5d3b1cd305d3e32bce64f5e67134c7.tar.xz
added support for transport mode and (experimental!) BEET mode
support for the type=transport/tunnel parameter in charon
Diffstat (limited to 'src/charon/threads/stroke_interface.c')
-rwxr-xr-xsrc/charon/threads/stroke_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/threads/stroke_interface.c b/src/charon/threads/stroke_interface.c
index dd646aa85..a98284509 100755
--- a/src/charon/threads/stroke_interface.c
+++ b/src/charon/threads/stroke_interface.c
@@ -398,7 +398,7 @@ static void stroke_add_conn(private_stroke_t *this, stroke_msg_t *msg)
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.me.hostaccess,
- msg->add_conn.dpd.action);
+ msg->add_conn.mode, 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);