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

Interface bridge mode request. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_interface_index_t rx_sw_if_index
 
u32 bd_id
 
vl_api_l2_port_type_t port_type
 
u8 shg
 
bool enable [default=true]
 

Detailed Description

Interface bridge mode request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
rx_sw_if_index- the interface
bd_id- bridge domain id
port_type- port_mode, see l2_port_type
shg- Split horizon group, for bridge mode only
enable- Enable beige mode if not 0, else set to L3 mode

Definition at line 478 of file l2.api.

Field Documentation

◆ bd_id

u32 vl_api_sw_interface_set_l2_bridge_t::bd_id

Definition at line 483 of file l2.api.

◆ client_index

u32 vl_api_sw_interface_set_l2_bridge_t::client_index

Definition at line 480 of file l2.api.

◆ context

u32 vl_api_sw_interface_set_l2_bridge_t::context

Definition at line 481 of file l2.api.

◆ enable

bool vl_api_sw_interface_set_l2_bridge_t::enable[default=true]

Definition at line 486 of file l2.api.

◆ port_type

vl_api_l2_port_type_t vl_api_sw_interface_set_l2_bridge_t::port_type

Definition at line 484 of file l2.api.

◆ rx_sw_if_index

vl_api_interface_index_t vl_api_sw_interface_set_l2_bridge_t::rx_sw_if_index

Definition at line 482 of file l2.api.

◆ shg

u8 vl_api_sw_interface_set_l2_bridge_t::shg

Definition at line 485 of file l2.api.


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