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:

committed by
Beno�t Ganne

parent
efcf1befc5
commit
9db32048de
@ -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;
|
||||
|
Reference in New Issue
Block a user