diff options
Diffstat (limited to 'src/plugins/af_packet/af_packet.api')
-rw-r--r-- | src/plugins/af_packet/af_packet.api | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/af_packet/af_packet.api b/src/plugins/af_packet/af_packet.api index a12da37796a..abc7d1a7206 100644 --- a/src/plugins/af_packet/af_packet.api +++ b/src/plugins/af_packet/af_packet.api @@ -27,6 +27,8 @@ import "vnet/ethernet/ethernet_types.api"; */ define af_packet_create { + option deprecated; + u32 client_index; u32 context; @@ -41,6 +43,8 @@ define af_packet_create */ define af_packet_create_reply { + option deprecated; + u32 context; i32 retval; vl_api_interface_index_t sw_if_index; @@ -61,6 +65,8 @@ define af_packet_create_reply */ define af_packet_create_v2 { + option deprecated; + u32 client_index; u32 context; @@ -81,6 +87,8 @@ define af_packet_create_v2 */ define af_packet_create_v2_reply { + option deprecated; + u32 context; i32 retval; vl_api_interface_index_t sw_if_index; |