aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke/stroke.h
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/stroke/stroke.h
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/stroke/stroke.h')
-rw-r--r--src/stroke/stroke.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h
index c818075ac..bbc1e6e01 100644
--- a/src/stroke/stroke.h
+++ b/src/stroke/stroke.h
@@ -137,6 +137,7 @@ struct stroke_msg_t {
char *name;
int ikev2;
int auth_method;
+ int mode;
struct {
char *ike;
char *esp;