Detect a peer's support for IKE fragmentation

Fragments are accepted even if this vendor ID is not seen.
This commit is contained in:
Tobias Brunner
2012-12-24 12:29:27 +01:00
parent fe26ddada9
commit 667720c801
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -126,6 +126,11 @@ enum ike_extension_t {
* draft-ietf-ipsec-nat-t-ike-02 .. -03
*/
EXT_NATT_DRAFT_02_03 = (1<<10),
/**
* peer support proprietary IKE fragmentation
*/
EXT_IKE_FRAGMENTATION = (1<<11),
};
/**