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

Set L2 XConnect between two interfaces request. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_interface_index_t rx_sw_if_index
 
vl_api_interface_index_t tx_sw_if_index
 
bool enable [default=true]
 

Detailed Description

Set L2 XConnect between two interfaces request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
rx_sw_if_index- Receive interface index
tx_sw_if_index- Transmit interface index
enable- enable xconnect if not 0, else set to L3 mode

Definition at line 444 of file l2.api.

Field Documentation

◆ client_index

u32 vl_api_sw_interface_set_l2_xconnect_t::client_index

Definition at line 446 of file l2.api.

◆ context

u32 vl_api_sw_interface_set_l2_xconnect_t::context

Definition at line 447 of file l2.api.

◆ enable

bool vl_api_sw_interface_set_l2_xconnect_t::enable[default=true]

Definition at line 450 of file l2.api.

◆ rx_sw_if_index

vl_api_interface_index_t vl_api_sw_interface_set_l2_xconnect_t::rx_sw_if_index

Definition at line 448 of file l2.api.

◆ tx_sw_if_index

vl_api_interface_index_t vl_api_sw_interface_set_l2_xconnect_t::tx_sw_if_index

Definition at line 449 of file l2.api.


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