X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fabf%2Fabf.api;h=1cd3da7e5570cf75c2ff7beee855760a3788df70;hb=3be9164f80ebb1929488bbe2ee4da1d35f42c1a2;hp=e0f6aafc70509d422c494d374e66970207743f99;hpb=bdde585342b2df23c49c9960f7eacc4eb24fdc1a;p=vpp.git diff --git a/src/plugins/abf/abf.api b/src/plugins/abf/abf.api index e0f6aafc705..1cd3da7e557 100644 --- a/src/plugins/abf/abf.api +++ b/src/plugins/abf/abf.api @@ -30,6 +30,7 @@ import "vnet/interface_types.api"; */ define abf_plugin_get_version { + option status="in_progress"; u32 client_index; u32 context; }; @@ -41,6 +42,7 @@ define abf_plugin_get_version */ define abf_plugin_get_version_reply { + option status="in_progress"; u32 context; u32 major; u32 minor; @@ -68,6 +70,7 @@ typedef abf_policy */ autoreply define abf_policy_add_del { + option status="in_progress"; u32 client_index; u32 context; bool is_add; @@ -78,6 +81,7 @@ autoreply define abf_policy_add_del */ define abf_policy_details { + option status="in_progress"; u32 context; vl_api_abf_policy_t policy; }; @@ -86,6 +90,7 @@ define abf_policy_details */ define abf_policy_dump { + option status="in_progress"; u32 client_index; u32 context; }; @@ -109,6 +114,7 @@ typedef abf_itf_attach */ autoreply define abf_itf_attach_add_del { + option status="in_progress"; u32 client_index; u32 context; bool is_add; @@ -119,6 +125,7 @@ autoreply define abf_itf_attach_add_del */ define abf_itf_attach_details { + option status="in_progress"; u32 context; vl_api_abf_itf_attach_t attach; }; @@ -127,6 +134,7 @@ define abf_itf_attach_details */ define abf_itf_attach_dump { + option status="in_progress"; u32 client_index; u32 context; };