X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Flinux-cp%2Flcp.api;h=adef1b8515d258baa1b9610b59c17e8719a7fe92;hb=fa6d21b4f;hp=ca36fe50eb9449e9a1e73b28f951ae6629de8cd6;hpb=755e3aa54f663b93d5c0a4be034aef954f22dbb1;p=vpp.git diff --git a/src/plugins/linux-cp/lcp.api b/src/plugins/linux-cp/lcp.api index ca36fe50eb9..adef1b8515d 100644 --- a/src/plugins/linux-cp/lcp.api +++ b/src/plugins/linux-cp/lcp.api @@ -73,6 +73,8 @@ enum lcp_itf_host_type : u8 */ autoreply autoendian define lcp_itf_pair_add_del { + option deprecated; + u32 client_index; u32 context; bool is_add; @@ -80,10 +82,11 @@ autoreply autoendian define lcp_itf_pair_add_del string host_if_name[16]; /* IFNAMSIZ */ vl_api_lcp_itf_host_type_t host_if_type; string netns[32]; /* LCP_NS_LEN */ - option in_progress; }; autoendian define lcp_itf_pair_add_del_v2 { + option in_progress; + u32 client_index; u32 context; bool is_add; @@ -91,10 +94,11 @@ autoendian define lcp_itf_pair_add_del_v2 string host_if_name[16]; /* IFNAMSIZ */ vl_api_lcp_itf_host_type_t host_if_type; string netns[32]; /* LCP_NS_LEN */ - option in_progress; }; define lcp_itf_pair_add_del_v2_reply { + option in_progress; + u32 context; i32 retval; vl_api_interface_index_t host_sw_if_index;