api: pg - Mark old message versions as deprecated

List of changed messages:
- pg_create_interface
- pg_create_interface_reply

This change is part of VPP API cleanup initiative.

Type: fix
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Change-Id: I574927f0820c54d748f27fd96a45afec5243b645
This commit is contained in:
Ondrej Fabry
2023-04-27 00:00:33 +02:00
committed by Dave Wallace
parent 5c476e7ac3
commit be56761663

View File

@ -38,6 +38,8 @@ enum pg_interface_mode : u8
*/
define pg_create_interface
{
option deprecated;
u32 client_index;
u32 context;
vl_api_interface_index_t interface_id;
@ -60,6 +62,8 @@ define pg_create_interface_v2
*/
define pg_create_interface_reply
{
option deprecated;
u32 context;
i32 retval;
vl_api_interface_index_t sw_if_index;