ikev2: Negotiate support for IKEv2 fragmentation

This commit is contained in:
Tobias Brunner
2014-10-10 09:31:16 +02:00
parent 7223b642a7
commit 34dc37f3cb
2 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ enum ike_extension_t {
EXT_NATT_DRAFT_02_03 = (1<<10),
/**
* peer support proprietary IKE fragmentation
* peer supports proprietary IKEv1 or standardized IKEv2 fragmentation
*/
EXT_IKE_FRAGMENTATION = (1<<11),
};