FD.io VPP  v16.12-rc0-308-g931be3a
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 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
is_add- add or delete flag

Definition at line 3319 of file vpe.api.

Field Documentation

u8 vl_api_bridge_domain_add_del_t::arp_term

Definition at line 3328 of file vpe.api.

u32 vl_api_bridge_domain_add_del_t::bd_id

Definition at line 3323 of file vpe.api.

u32 vl_api_bridge_domain_add_del_t::client_index

Definition at line 3321 of file vpe.api.

u32 vl_api_bridge_domain_add_del_t::context

Definition at line 3322 of file vpe.api.

u8 vl_api_bridge_domain_add_del_t::flood

Definition at line 3324 of file vpe.api.

u8 vl_api_bridge_domain_add_del_t::forward

Definition at line 3326 of file vpe.api.

u8 vl_api_bridge_domain_add_del_t::is_add

Definition at line 3329 of file vpe.api.

u8 vl_api_bridge_domain_add_del_t::learn

Definition at line 3327 of file vpe.api.

u8 vl_api_bridge_domain_add_del_t::uu_flood

Definition at line 3325 of file vpe.api.


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