FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_sw_interface_span_details_t Struct Reference

Reply to SPAN dump request. More...

Data Fields

u32 context
 
vl_api_interface_index_t sw_if_index_from
 
vl_api_interface_index_t sw_if_index_to
 
vl_api_span_state_t state
 
bool is_l2
 

Detailed Description

Reply to SPAN dump request.

Template Parameters
context- sender context which was passed in the request
sw_if_index_from- mirrored interface
sw_if_index_to- interface where the traffic is mirrored
state- 0 = disabled, 1 = rx enabled, 2 = tx enabled, 3 tx & rx enabled
is_l2- 0 = mirrored at hw device level, 1 = mirrored at l2

Definition at line 64 of file span.api.

Field Documentation

◆ context

u32 vl_api_sw_interface_span_details_t::context

Definition at line 65 of file span.api.

◆ is_l2

bool vl_api_sw_interface_span_details_t::is_l2

Definition at line 69 of file span.api.

◆ state

vl_api_span_state_t vl_api_sw_interface_span_details_t::state

Definition at line 68 of file span.api.

◆ sw_if_index_from

vl_api_interface_index_t vl_api_sw_interface_span_details_t::sw_if_index_from

Definition at line 66 of file span.api.

◆ sw_if_index_to

vl_api_interface_index_t vl_api_sw_interface_span_details_t::sw_if_index_to

Definition at line 67 of file span.api.


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