FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_qos_record_enable_disable_t Struct Reference

Enable/Disable QoS recording The QoS bits from the packet at the specified input layer are copied into the packet. More...

Data Fields

u32 client_index
 
u32 context
 
u32 sw_if_index
 
u8 input_source
 
u8 enable
 

Detailed Description

Enable/Disable QoS recording The QoS bits from the packet at the specified input layer are copied into the packet.

Recording should be used in conjunction with marking

Template Parameters
sw_if_index- The interface on which recording is enabled.
enable- enable=1 or disable the feautre
input_source- The input source/layer at which the QoS bits are copied from the packet. See qos_source_t.

Definition at line 32 of file qos.api.

Field Documentation

u32 vl_api_qos_record_enable_disable_t::client_index

Definition at line 34 of file qos.api.

u32 vl_api_qos_record_enable_disable_t::context

Definition at line 35 of file qos.api.

u8 vl_api_qos_record_enable_disable_t::enable

Definition at line 38 of file qos.api.

u8 vl_api_qos_record_enable_disable_t::input_source

Definition at line 37 of file qos.api.

u32 vl_api_qos_record_enable_disable_t::sw_if_index

Definition at line 36 of file qos.api.


The documentation for this struct was generated from the following file: