IPSEC: support GCM in ESP
[vpp.git] / src / vnet / ipsec / ipsec_if.h
index 34a1721..d1fa9bd 100644 (file)
@@ -61,6 +61,7 @@ typedef struct
   u32 show_instance;
   u8 udp_encap;
   u32 tx_table_id;
+  u32 salt;
 } ipsec_add_del_tunnel_args_t;
 
 /* *INDENT-OFF* */
@@ -116,6 +117,8 @@ extern int ipsec_set_interface_key (vnet_main_t * vnm, u32 hw_if_index,
 extern int ipsec_set_interface_sa (vnet_main_t * vnm, u32 hw_if_index,
                                   u32 sa_id, u8 is_outbound);
 
+extern u8 *format_ipsec_tunnel (u8 * s, va_list * args);
+
 #endif /* __IPSEC_IF_H__ */
 
 /*