FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
vl_api_bridge_domain_details_t Struct Reference

L2 bridge domain operational state response. More...

Data Fields

u32 context
 
u32 bd_id
 
u8 flood
 
u8 uu_flood
 
u8 forward
 
u8 learn
 
u8 arp_term
 
u8 mac_age
 
u32 bvi_sw_if_index
 
u32 n_sw_ifs
 

Detailed Description

L2 bridge domain operational state response.

Template Parameters
bd_id- the bridge domain id
flood- bcast/mcast flooding state on all interfaces in the bd
uu_flood- uknown unicast flooding state on all interfaces in the bd
forward- forwarding state on all interfaces in the bd
learn- learning state on all interfaces in the bd
arp_term- arp termination state on all interfaces in the bd
mac_age- mac aging time in min, 0 for disabled
n_sw_ifs- number of sw_if_index's in the domain

Definition at line 207 of file l2.api.

Field Documentation

u8 vl_api_bridge_domain_details_t::arp_term

Definition at line 215 of file l2.api.

u32 vl_api_bridge_domain_details_t::bd_id

Definition at line 210 of file l2.api.

u32 vl_api_bridge_domain_details_t::bvi_sw_if_index

Definition at line 217 of file l2.api.

u32 vl_api_bridge_domain_details_t::context

Definition at line 209 of file l2.api.

u8 vl_api_bridge_domain_details_t::flood

Definition at line 211 of file l2.api.

u8 vl_api_bridge_domain_details_t::forward

Definition at line 213 of file l2.api.

u8 vl_api_bridge_domain_details_t::learn

Definition at line 214 of file l2.api.

u8 vl_api_bridge_domain_details_t::mac_age

Definition at line 216 of file l2.api.

u32 vl_api_bridge_domain_details_t::n_sw_ifs

Definition at line 218 of file l2.api.

u8 vl_api_bridge_domain_details_t::uu_flood

Definition at line 212 of file l2.api.


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