api: tapv2 - Mark old message versions as deprecated
List of changed messages: - tap_create_v2 - tap_create_v2_reply This change is part of VPP API cleanup initiative. Type: fix Signed-off-by: Ondrej Fabry <ofabry@cisco.com> Change-Id: I7b1b22cc4a0e31f5c19fe48e7a0f30631576f9df
This commit is contained in:

committed by
Dave Wallace

parent
9ebd2b92e3
commit
74d9f0ae3b
@ -144,6 +144,8 @@ autoendian define tap_create_v3_reply
|
||||
*/
|
||||
define tap_create_v2
|
||||
{
|
||||
option deprecated;
|
||||
|
||||
u32 client_index;
|
||||
u32 context;
|
||||
u32 id [default=0xffffffff];
|
||||
@ -181,6 +183,8 @@ define tap_create_v2
|
||||
*/
|
||||
define tap_create_v2_reply
|
||||
{
|
||||
option deprecated;
|
||||
|
||||
u32 context;
|
||||
i32 retval;
|
||||
vl_api_interface_index_t sw_if_index;
|
||||
|
Reference in New Issue
Block a user