ipsec: fix AES CBC IV generation (CVE-2022-46397)
[vpp.git] / src / vnet / ipsec / ipsec_sa.h
index f25a760..1bc34e3 100644 (file)
@@ -134,6 +134,8 @@ typedef struct
   /* data accessed by dataplane code should be above this comment */
     CLIB_CACHE_LINE_ALIGN_MARK (cacheline1);
 
+  u64 iv_counter;
+
   union
   {
     ip4_header_t ip4_hdr;