diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-12-24 12:28:01 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-12-24 13:00:01 +0100 |
commit | 97973f860924e4472be9c842c34843cd95680642 (patch) | |
tree | c38e905182a7b5979fdb7848f3cf35635006544e /src/starter/confread.h | |
parent | e645c15b9c918303134b1be63d67dacf51e1945b (diff) | |
download | strongswan-97973f860924e4472be9c842c34843cd95680642.tar.bz2 strongswan-97973f860924e4472be9c842c34843cd95680642.tar.xz |
Use a connection specific option to en-/disable IKEv1 fragmentation
Diffstat (limited to 'src/starter/confread.h')
-rw-r--r-- | src/starter/confread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/confread.h b/src/starter/confread.h index 3f2079883..5e0e0f255 100644 --- a/src/starter/confread.h +++ b/src/starter/confread.h @@ -81,6 +81,7 @@ typedef enum { SA_OPTION_XAUTH_SERVER = 1 << 5, /* are we an XAUTH server? */ SA_OPTION_MOBIKE = 1 << 6, /* enable MOBIKE for IKEv2 */ SA_OPTION_FORCE_ENCAP = 1 << 7, /* force UDP encapsulation */ + SA_OPTION_FRAGMENTATION = 1 << 8, /* enable IKEv1 fragmentation */ } sa_option_t; typedef struct starter_end starter_end_t; |