ikev2: add support for GCM cipher
[vpp.git] / src / plugins / ikev2 / ikev2.h
index 2feecf7..f69f5dc 100644 (file)
@@ -221,7 +221,8 @@ typedef enum
   _(9 , DES_IV32,  "des-iv32") \
   _(11, NULL,      "null")     \
   _(12, AES_CBC,   "aes-cbc")  \
-  _(13, AES_CTR,   "aes-ctr")
+  _(13, AES_CTR,   "aes-ctr")  \
+  _(14, AES_GCM,   "aes-gcm")
 
 typedef enum
 {