FD.io VPP  v21.06
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 535 of file l2.api.

Field Documentation

◆ bd_id

u32 vl_api_sw_interface_set_l2_bridge_t::bd_id

Definition at line 540 of file l2.api.

◆ client_index

u32 vl_api_sw_interface_set_l2_bridge_t::client_index

Definition at line 537 of file l2.api.

◆ context

u32 vl_api_sw_interface_set_l2_bridge_t::context

Definition at line 538 of file l2.api.

◆ enable

bool vl_api_sw_interface_set_l2_bridge_t::enable[default=true]

Definition at line 543 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 541 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 539 of file l2.api.

◆ shg

u8 vl_api_sw_interface_set_l2_bridge_t::shg

Definition at line 542 of file l2.api.


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