FD.io VPP  v19.01.3-6-g70449b9b9
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
 
vl_api_qos_source_t 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 feature
input_source- The input source/layer at which the QoS bits are copied from the packet. See qos_source_t.

Definition at line 41 of file qos.api.

Field Documentation

◆ client_index

u32 vl_api_qos_record_enable_disable_t::client_index

Definition at line 43 of file qos.api.

◆ context

u32 vl_api_qos_record_enable_disable_t::context

Definition at line 44 of file qos.api.

◆ enable

u8 vl_api_qos_record_enable_disable_t::enable

Definition at line 47 of file qos.api.

◆ input_source

vl_api_qos_source_t vl_api_qos_record_enable_disable_t::input_source

Definition at line 46 of file qos.api.

◆ sw_if_index

u32 vl_api_qos_record_enable_disable_t::sw_if_index

Definition at line 45 of file qos.api.


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