diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-06-22 12:27:06 +0000 |
---|---|---|
committer | BenoƮt Ganne <bganne@cisco.com> | 2020-07-17 12:09:49 +0000 |
commit | df494dafa08ef468216802647947a6dc94664dfe (patch) | |
tree | bbdbde5c359b5dff0604baa35cb468df0c8b4168 /src | |
parent | d2f8fb9c7e3f45e8f399e80e5bf9e0ed1753244f (diff) |
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 <ayourtch@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/abf/abf.api | 8 |
1 files changed, 8 insertions, 0 deletions
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; }; |