ipsec: fix AES CBC IV generation (CVE-2022-46397)
[vpp.git] / src / vnet / ipsec / ipsec_sa.h
index 7827ef1..7d113bf 100644 (file)
@@ -162,7 +162,7 @@ typedef struct
 
   CLIB_CACHE_LINE_ALIGN_MARK (cacheline1);
 
-  u64 ctr_iv_counter;
+  u64 iv_counter;
   union
   {
     ip4_header_t ip4_hdr;