diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2023-04-13 08:33:38 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2023-04-25 15:27:41 +0000 |
commit | 39d7699c205bb243af12a2d32913e9a9af51b173 (patch) | |
tree | 109a7c9fbd8fc4302ae6a8cee77c2a5ba42ae32e /src | |
parent | 2eb8d1ae0cdead73e1a4731ece67933c2bc171bb (diff) |
api: Mark old message versions as deprecated
This change is part of VPP API cleanup initiative.
Type: refactor
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Change-Id: I26d13a697c9b70a75555c04e925e9d6aaf7ed755
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/flow/flow.api | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vnet/flow/flow.api b/src/vnet/flow/flow.api index dff3eec370d..5402b639a6e 100644 --- a/src/vnet/flow/flow.api +++ b/src/vnet/flow/flow.api @@ -26,6 +26,8 @@ import "vnet/flow/flow_types.api"; */ define flow_add { + option deprecated; + u32 client_index; u32 context; vl_api_flow_rule_t flow; @@ -52,6 +54,8 @@ define flow_add_v2 */ define flow_add_reply { + option deprecated; + u32 context; i32 retval; u32 flow_index; |