diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-01-12 11:58:26 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-12 11:58:26 +0100 |
commit | 21235e1ec247b1d1bd58096f72d4f0dc21cec66f (patch) | |
tree | 97f8ee3441c0c2ec6c3318a4b02b836a4edf91ab /src/stroke/stroke_msg.h | |
parent | 54a1a75b2f5f3a9419eb5c18c07173827d5c9b39 (diff) | |
parent | f31b418094f2f9deb9a69244bf01e8d5dd4c3337 (diff) | |
download | strongswan-21235e1ec247b1d1bd58096f72d4f0dc21cec66f.tar.bz2 strongswan-21235e1ec247b1d1bd58096f72d4f0dc21cec66f.tar.xz |
Merge branch 'ikev1-fragmentation'
This adds support for the proprietary IKEv1 fragmentation extension.
Conflicts:
NEWS
Diffstat (limited to 'src/stroke/stroke_msg.h')
-rw-r--r-- | src/stroke/stroke_msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h index 1ce44f9eb..e972a5984 100644 --- a/src/stroke/stroke_msg.h +++ b/src/stroke/stroke_msg.h @@ -254,6 +254,7 @@ struct stroke_msg_t { int mobike; int aggressive; int force_encap; + int fragmentation; int ipcomp; time_t inactivity; int proxy_mode; |