X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fcop%2Fcop.api;h=75fd15bbb9fb95fbce13d6ba15c0796df9b662e0;hp=39677a266739b3dbe08394ccccd876e8b826c2ba;hb=00f21fb2f;hpb=ec7e8d8598d9957e5b87e37bee4ca59a28ccc088 diff --git a/src/vnet/cop/cop.api b/src/vnet/cop/cop.api index 39677a26673..75fd15bbb9f 100644 --- a/src/vnet/cop/cop.api +++ b/src/vnet/cop/cop.api @@ -26,7 +26,7 @@ import "vnet/interface_types.api"; autoreply define cop_interface_enable_disable { - option deprecated="v21.01"; + option deprecated; u32 client_index; u32 context; vl_api_interface_index_t sw_if_index; @@ -47,7 +47,7 @@ autoreply define cop_interface_enable_disable autoreply define cop_whitelist_enable_disable { - option deprecated="v21.01"; + option deprecated; u32 client_index; u32 context; vl_api_interface_index_t sw_if_index;