FD.io VPP  v19.08.1-401-g8e4ed521a
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
 
u32 rx_sw_if_index
 
u32 bd_id
 
vl_api_l2_port_type_t port_type
 
u8 shg
 
u8 enable
 

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 466 of file l2.api.

Field Documentation

◆ bd_id

u32 vl_api_sw_interface_set_l2_bridge_t::bd_id

Definition at line 471 of file l2.api.

◆ client_index

u32 vl_api_sw_interface_set_l2_bridge_t::client_index

Definition at line 468 of file l2.api.

◆ context

u32 vl_api_sw_interface_set_l2_bridge_t::context

Definition at line 469 of file l2.api.

◆ enable

u8 vl_api_sw_interface_set_l2_bridge_t::enable

Definition at line 474 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 472 of file l2.api.

◆ rx_sw_if_index

u32 vl_api_sw_interface_set_l2_bridge_t::rx_sw_if_index

Definition at line 470 of file l2.api.

◆ shg

u8 vl_api_sw_interface_set_l2_bridge_t::shg

Definition at line 473 of file l2.api.


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