abf: mark API as in-progress
[vpp.git] / 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;
 };