From: Andrew Yourtchenko Date: Mon, 22 Jun 2020 12:27:06 +0000 (+0000) Subject: abf: mark API as in-progress X-Git-Tag: v21.01-rc0~188 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F27636%2F3;p=vpp.git abf: mark API as in-progress As requested by Neale, mark the ABF API as in-progress Change-Id: I109a32fa54b1f2a882695d9fd71b235fa46bc6f3 Type: fix Signed-off-by: Andrew Yourtchenko --- 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; };