FD.io VPP  v17.10-9-gd594711
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 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 uknown 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
mac_age- mac aging time in min, 0 for disabled
is_add- add or delete flag

Definition at line 241 of file l2.api.

Field Documentation

u8 vl_api_bridge_domain_add_del_t::arp_term

Definition at line 250 of file l2.api.

u32 vl_api_bridge_domain_add_del_t::bd_id

Definition at line 245 of file l2.api.

u8 vl_api_bridge_domain_add_del_t::bd_tag[64]

Definition at line 252 of file l2.api.

u32 vl_api_bridge_domain_add_del_t::client_index

Definition at line 243 of file l2.api.

u32 vl_api_bridge_domain_add_del_t::context

Definition at line 244 of file l2.api.

u8 vl_api_bridge_domain_add_del_t::flood

Definition at line 246 of file l2.api.

u8 vl_api_bridge_domain_add_del_t::forward

Definition at line 248 of file l2.api.

u8 vl_api_bridge_domain_add_del_t::is_add

Definition at line 253 of file l2.api.

u8 vl_api_bridge_domain_add_del_t::learn

Definition at line 249 of file l2.api.

u8 vl_api_bridge_domain_add_del_t::mac_age

Definition at line 251 of file l2.api.

u8 vl_api_bridge_domain_add_del_t::uu_flood

Definition at line 247 of file l2.api.


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