aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2020-09-15 11:37:16 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2020-09-16 12:22:27 +0000
commit00f21fb2fed0b6cf10eda45913b98a20e7b4cd3f (patch)
tree2b0fde302044116bf41fd83e2cbce8b6b6791220 /src/vnet/devices
parentec7e8d8598d9957e5b87e37bee4ca59a28ccc088 (diff)
api: clean up use of deprecated flag
The syntax of the deprecated flag has evolved. Clean up usage to be "option deprecated;". Type: fix Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: If2b639f275eb8db58b36c457f9245fe35a4d8cb1 (cherry picked from commit f916414b383afd37ec78509ee613df8878160406)
Diffstat (limited to 'src/vnet/devices')
-rw-r--r--src/vnet/devices/virtio/virtio.api4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/devices/virtio/virtio.api b/src/vnet/devices/virtio/virtio.api
index 143d25b73ab..3c8aed2e159 100644
--- a/src/vnet/devices/virtio/virtio.api
+++ b/src/vnet/devices/virtio/virtio.api
@@ -32,7 +32,7 @@ import "vlib/pci/pci_types.api";
*/
define virtio_pci_create
{
- option deprecated="21.01";
+ option deprecated;
u32 client_index;
u32 context;
vl_api_pci_address_t pci_addr;
@@ -50,7 +50,7 @@ define virtio_pci_create
*/
define virtio_pci_create_reply
{
- option deprecated="21.01";
+ option deprecated;
u32 context;
i32 retval;
vl_api_interface_index_t sw_if_index;