ikev2: install/remove ipsec tunnels from main thread
[vpp.git] / src / plugins / ikev2 / ikev2_priv.h
index 65080f0..c1bc41c 100644 (file)
@@ -147,9 +147,8 @@ typedef struct
   u32 salt_er;
 
   /* installed data */
-  u32 sw_if_index;
-  u32 local_sa;
-  u32 remote_sa;
+  u32 local_sa_id;
+  u32 remote_sa_id;
 
   /* lifetime data */
   f64 time_to_expiration;