X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fikev2%2Fikev2.api;fp=src%2Fplugins%2Fikev2%2Fikev2.api;h=58b7fc05d9e204d4d0d7447adfae775dfb5a00d6;hb=f40a354daba1141a60dbb10b862672ea11270de8;hp=ff9ed72e88840c919778a1463d554f95c3f5e220;hpb=e81f27ffb2a698737eae607b111d0611d221222f;p=vpp.git diff --git a/src/plugins/ikev2/ikev2.api b/src/plugins/ikev2/ikev2.api index ff9ed72e888..58b7fc05d9e 100644 --- a/src/plugins/ikev2/ikev2.api +++ b/src/plugins/ikev2/ikev2.api @@ -76,6 +76,16 @@ define ikev2_sa_dump option status = "in_progress"; }; +/** \brief Dump all SAs + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request +*/ +define ikev2_sa_v2_dump +{ + u32 client_index; + u32 context; +}; + /** \brief Details about IKE SA @param context - sender context, to match reply w/ request @param retval - return code @@ -90,6 +100,19 @@ define ikev2_sa_details option status = "in_progress"; }; +/** \brief Details about IKE SA + @param context - sender context, to match reply w/ request + @param retval - return code + @param sa - SA data +*/ +define ikev2_sa_v2_details +{ + u32 context; + i32 retval; + + vl_api_ikev2_sa_v2_t sa; +}; + /** \brief Dump child SA of specific SA @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request