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

L2 bridge domain add or delete request. More...

Data Fields

u32 client_index
 
u32 context
 
u32 bd_id
 
bool flood
 
bool uu_flood
 
bool forward
 
bool learn
 
bool arp_term
 
bool arp_ufwd
 
u8 mac_age
 
string bd_tag [64]
 
bool is_add [default=true]
 

Detailed Description

L2 bridge domain add or delete request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
bd_id- the bridge domain to create
flood- enable/disable bcast/mcast flooding in the bd
uu_flood- enable/disable unknown unicast flood in the bd
forward- enable/disable forwarding on all interfaces in the bd
learn- enable/disable learning on all interfaces in the bd
arp_term- enable/disable arp termination in the bd
arp_ufwd- enable/disable arp unicast forwarding in the bd
mac_age- mac aging time in min, 0 for disabled
is_add- add or delete flag

Definition at line 263 of file l2.api.

Field Documentation

◆ arp_term

bool vl_api_bridge_domain_add_del_t::arp_term

Definition at line 272 of file l2.api.

◆ arp_ufwd

bool vl_api_bridge_domain_add_del_t::arp_ufwd

Definition at line 273 of file l2.api.

◆ bd_id

u32 vl_api_bridge_domain_add_del_t::bd_id

Definition at line 267 of file l2.api.

◆ bd_tag

string vl_api_bridge_domain_add_del_t::bd_tag[64]

Definition at line 275 of file l2.api.

◆ client_index

u32 vl_api_bridge_domain_add_del_t::client_index

Definition at line 265 of file l2.api.

◆ context

u32 vl_api_bridge_domain_add_del_t::context

Definition at line 266 of file l2.api.

◆ flood

bool vl_api_bridge_domain_add_del_t::flood

Definition at line 268 of file l2.api.

◆ forward

bool vl_api_bridge_domain_add_del_t::forward

Definition at line 270 of file l2.api.

◆ is_add

bool vl_api_bridge_domain_add_del_t::is_add[default=true]

Definition at line 276 of file l2.api.

◆ learn

bool vl_api_bridge_domain_add_del_t::learn

Definition at line 271 of file l2.api.

◆ mac_age

u8 vl_api_bridge_domain_add_del_t::mac_age

Definition at line 274 of file l2.api.

◆ uu_flood

bool vl_api_bridge_domain_add_del_t::uu_flood

Definition at line 269 of file l2.api.


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