abf: mark API as in-progress 36/27636/3
authorAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 22 Jun 2020 12:27:06 +0000 (12:27 +0000)
committerBenoît Ganne <bganne@cisco.com>
Fri, 17 Jul 2020 12:09:49 +0000 (12:09 +0000)
As requested by Neale, mark the ABF API as in-progress

Change-Id: I109a32fa54b1f2a882695d9fd71b235fa46bc6f3
Type: fix
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/plugins/abf/abf.api

index e0f6aaf..1cd3da7 100644 (file)
@@ -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;
 };