ikev2: fix crash during SA rekey
[vpp.git] / src / plugins / ikev2 / ikev2_priv.h
index c1bc41c..630ba1b 100644 (file)
@@ -297,6 +297,9 @@ typedef struct
 
   ikev2_main_per_thread_data_t *per_thread_data;
 
+  /* interface indices managed by IKE */
+  uword *sw_if_indices;
+
   /* API message ID base */
   u16 msg_id_base;
 } ikev2_main_t;