ike-sa: Add flag for PPK extension

This commit is contained in:
Tobias Brunner
2018-09-10 18:03:01 +02:00
parent 3fbc95cf54
commit 83dcc1f4cf
+5
View File
@@ -156,6 +156,11 @@ enum ike_extension_t {
* IKEv2 Message ID sync, RFC 6311
*/
EXT_IKE_MESSAGE_ID_SYNC = (1<<14),
/**
* Postquantum Preshared Keys, draft-ietf-ipsecme-qr-ikev2
*/
EXT_PPK = (1<<15),
};
/**