ikev2: proper cleanup of SAs during rekey
[vpp.git] / src / plugins / ikev2 / ikev2_priv.h
index 5afd065..8fddb7d 100644 (file)
@@ -423,6 +423,11 @@ typedef struct
   u8 is_tun_itf_set;
   u32 tun_itf;
 
+  f64 old_id_expiration;
+  u32 current_remote_id_mask;
+  u32 old_remote_id;
+  u8 old_remote_id_present;
+
   ikev2_child_sa_t *childs;
 } ikev2_sa_t;