aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2011-12-15 13:12:42 +0100
committerMartin Willi <martin@revosec.ch>2012-03-20 17:31:23 +0100
commit21a4fc832ea64a6abb194a14ee64ff42ca214a44 (patch)
treefc9dd5f1bcbf58b5a283399137d4f58ffae39bd4 /src/stroke
parent10a6a5acff4a1237be0d33e9a483585e01c5e652 (diff)
downloadstrongswan-21a4fc832ea64a6abb194a14ee64ff42ca214a44.tar.bz2
strongswan-21a4fc832ea64a6abb194a14ee64ff42ca214a44.tar.xz
Pass ipsec.conf xauth_identity option via stroke to charon configurations
Diffstat (limited to 'src/stroke')
-rw-r--r--src/stroke/stroke_msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h
index f3c525ba7..3350d7603 100644
--- a/src/stroke/stroke_msg.h
+++ b/src/stroke/stroke_msg.h
@@ -246,6 +246,7 @@ struct stroke_msg_t {
u_int32_t eap_vendor;
char *eap_identity;
char *aaa_identity;
+ char *xauth_identity;
int mode;
int mobike;
int force_encap;