Add lcp_itf_pair_get_v2(), as it is used by sFlow plugin
This commit is contained in:
19
lcpng_if.api
19
lcpng_if.api
@ -101,13 +101,28 @@ define lcp_itf_pair_add_del_v2_reply
|
||||
@param context - sender context, to match reply w/ request
|
||||
@param sw_if_index - interface to use as filter (~0 == "all")
|
||||
*/
|
||||
define lcp_itf_pair_get
|
||||
autoendian define lcp_itf_pair_get
|
||||
{
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
u32 cursor;
|
||||
};
|
||||
define lcp_itf_pair_get_reply
|
||||
autoendian define lcp_itf_pair_get_reply
|
||||
{
|
||||
u32 context;
|
||||
i32 retval;
|
||||
u32 cursor;
|
||||
};
|
||||
|
||||
autoendian define lcp_itf_pair_get_v2
|
||||
{
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
u32 cursor;
|
||||
vl_api_interface_index_t sw_if_index [default=0xffffffff];
|
||||
};
|
||||
|
||||
autoendian define lcp_itf_pair_get_v2_reply
|
||||
{
|
||||
u32 context;
|
||||
i32 retval;
|
||||
|
Reference in New Issue
Block a user