ike-sa: Add flag for PPK extension

This commit is contained in:
Tobias Brunner 2018-07-26 11:47:46 +02:00
parent 3fbc95cf54
commit 83dcc1f4cf
1 changed files with 5 additions and 0 deletions

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),
};
/**