aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-07-02 23:45:57 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-07-02 23:46:09 +0200
commitee26c537d7f78e16a1c94bcb933aca853f96bd3d (patch)
tree7ebb17b3dfd116212ca72ef694dd838e2f462821 /src/stroke
parent02571374c43e70275492edde8fe14dab25db0fdf (diff)
downloadstrongswan-ee26c537d7f78e16a1c94bcb933aca853f96bd3d.tar.bz2
strongswan-ee26c537d7f78e16a1c94bcb933aca853f96bd3d.tar.xz
support of xfrm marks for IKEv2
Diffstat (limited to 'src/stroke')
-rw-r--r--src/stroke/stroke_msg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h
index b20dd22e3..e33737bbc 100644
--- a/src/stroke/stroke_msg.h
+++ b/src/stroke/stroke_msg.h
@@ -256,6 +256,10 @@ struct stroke_msg_t {
char *mediated_by;
char *peerid;
} ikeme;
+ struct {
+ u_int32_t value;
+ u_int32_t mask;
+ } mark;
stroke_end_t me, other;
} add_conn;