FD.io VPP  v19.08.1-401-g8e4ed521a
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
 
u8 flood
 
u8 uu_flood
 
u8 forward
 
u8 learn
 
u8 arp_term
 
u8 arp_ufwd
 
u8 mac_age
 
u8 bd_tag [64]
 
u8 is_add
 

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

Field Documentation

◆ arp_term

u8 vl_api_bridge_domain_add_del_t::arp_term

Definition at line 263 of file l2.api.

◆ arp_ufwd

u8 vl_api_bridge_domain_add_del_t::arp_ufwd

Definition at line 264 of file l2.api.

◆ bd_id

u32 vl_api_bridge_domain_add_del_t::bd_id

Definition at line 258 of file l2.api.

◆ bd_tag

u8 vl_api_bridge_domain_add_del_t::bd_tag[64]

Definition at line 266 of file l2.api.

◆ client_index

u32 vl_api_bridge_domain_add_del_t::client_index

Definition at line 256 of file l2.api.

◆ context

u32 vl_api_bridge_domain_add_del_t::context

Definition at line 257 of file l2.api.

◆ flood

u8 vl_api_bridge_domain_add_del_t::flood

Definition at line 259 of file l2.api.

◆ forward

u8 vl_api_bridge_domain_add_del_t::forward

Definition at line 261 of file l2.api.

◆ is_add

u8 vl_api_bridge_domain_add_del_t::is_add

Definition at line 267 of file l2.api.

◆ learn

u8 vl_api_bridge_domain_add_del_t::learn

Definition at line 262 of file l2.api.

◆ mac_age

u8 vl_api_bridge_domain_add_del_t::mac_age

Definition at line 265 of file l2.api.

◆ uu_flood

u8 vl_api_bridge_domain_add_del_t::uu_flood

Definition at line 260 of file l2.api.


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