ike-init: Notify initiator if childless IKE_SAs are accepted

This commit is contained in:
Tobias Brunner
2019-04-25 14:31:39 +02:00
parent ddb083c164
commit 93104d0fe9
2 changed files with 20 additions and 1 deletions
+5
View File
@@ -161,6 +161,11 @@ enum ike_extension_t {
* Postquantum Preshared Keys, draft-ietf-ipsecme-qr-ikev2
*/
EXT_PPK = (1<<15),
/**
* Responder accepts childless IKE_SAs, RFC 6023
*/
EXT_IKE_CHILDLESS = (1<<16),
};
/**