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: I9f0f786b50aa77383b16e0f844c85f236f7aa8d0
This commit is contained in:
Ondrej Fabry
2023-04-27 00:00:07 +02:00
committed by Beno�t Ganne
parent efcf1befc5
commit 9db32048de

View File

@ -139,6 +139,8 @@ define rdma_create_v3
define rdma_create_reply
{
option deprecated;
u32 context;
i32 retval;
vl_api_interface_index_t sw_if_index;
@ -152,6 +154,8 @@ define rdma_create_reply
define rdma_create_v2_reply
{
option deprecated;
u32 context;
i32 retval;
vl_api_interface_index_t sw_if_index;