diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-09 09:06:02 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-09 09:06:07 +0200 |
commit | 26c4d0102a77802ad9e7edef97f4eed77e1bb52d (patch) | |
tree | 3ce6da383dd67a6f652bafbfb24f6ec6586aa6a2 /src/stroke/stroke_msg.h | |
parent | 6f07f5e3d403cde79411219ba332acd21a17039d (diff) | |
download | strongswan-26c4d0102a77802ad9e7edef97f4eed77e1bb52d.tar.bz2 strongswan-26c4d0102a77802ad9e7edef97f4eed77e1bb52d.tar.xz |
configuration of different marks for inbound and outbound direction
Diffstat (limited to 'src/stroke/stroke_msg.h')
-rw-r--r-- | src/stroke/stroke_msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h index e33737bbc..a36cc9038 100644 --- a/src/stroke/stroke_msg.h +++ b/src/stroke/stroke_msg.h @@ -259,7 +259,7 @@ struct stroke_msg_t { struct { u_int32_t value; u_int32_t mask; - } mark; + } mark_in, mark_out; stroke_end_t me, other; } add_conn; |