X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fipsec%2Fipsec_if.h;h=d1fa9bd4a9168ebe002d16abaca396b55aee12cd;hb=47feb1146ec3b0e1cf2ebd83cd5211e1df261194;hp=34a1721f4fc7b9db5a753262a4827490ea758229;hpb=e524d45eff40c773049e03ea5063216b469bbfcc;p=vpp.git diff --git a/src/vnet/ipsec/ipsec_if.h b/src/vnet/ipsec/ipsec_if.h index 34a1721f4fc..d1fa9bd4a91 100644 --- a/src/vnet/ipsec/ipsec_if.h +++ b/src/vnet/ipsec/ipsec_if.h @@ -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__ */ /*