api: tapv2 - Mark old message versions as deprecated 51/38651/3
authorOndrej Fabry <ofabry@cisco.com>
Wed, 26 Apr 2023 22:00:46 +0000 (00:00 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 27 Jun 2023 14:47:14 +0000 (14:47 +0000)
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

src/vnet/devices/tap/tapv2.api

index 0ee1451..bf53d1b 100644 (file)
@@ -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;