FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
vl_api_qos_mark_enable_disable_t Struct Reference

Enable/Disable QoS marking The QoS bits from the packet are mapped (using the desired egress map) into the header of the 'output-source'. More...

Data Fields

u32 client_index
 
u32 context
 
u32 map_id
 
u32 sw_if_index
 
u8 output_source
 
u8 enable
 

Detailed Description

Enable/Disable QoS marking The QoS bits from the packet are mapped (using the desired egress map) into the header of the 'output-source'.

Marking should be used in conjunction with recording

Template Parameters
sw_if_index- The interface on which recording is enabled.
enable- enable=1 or disable the feautre
output_source- The output source/layer at which the QoS bits are written into the packet. See qos_source_t.
map_id- The ID of the MAP in which the translation from input to output is performed.

Definition at line 86 of file qos.api.

Field Documentation

u32 vl_api_qos_mark_enable_disable_t::client_index

Definition at line 88 of file qos.api.

u32 vl_api_qos_mark_enable_disable_t::context

Definition at line 89 of file qos.api.

u8 vl_api_qos_mark_enable_disable_t::enable

Definition at line 93 of file qos.api.

u32 vl_api_qos_mark_enable_disable_t::map_id

Definition at line 90 of file qos.api.

u8 vl_api_qos_mark_enable_disable_t::output_source

Definition at line 92 of file qos.api.

u32 vl_api_qos_mark_enable_disable_t::sw_if_index

Definition at line 91 of file qos.api.


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