FD.io VPP  v16.09
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
 
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
n_sw_ifs- number of sw_if_index's in the domain

Definition at line 3111 of file vpe.api.

Field Documentation

u8 vl_api_bridge_domain_details_t::arp_term

Definition at line 3119 of file vpe.api.

u32 vl_api_bridge_domain_details_t::bd_id

Definition at line 3114 of file vpe.api.

u32 vl_api_bridge_domain_details_t::bvi_sw_if_index

Definition at line 3120 of file vpe.api.

u32 vl_api_bridge_domain_details_t::context

Definition at line 3113 of file vpe.api.

u8 vl_api_bridge_domain_details_t::flood

Definition at line 3115 of file vpe.api.

u8 vl_api_bridge_domain_details_t::forward

Definition at line 3117 of file vpe.api.

u8 vl_api_bridge_domain_details_t::learn

Definition at line 3118 of file vpe.api.

u32 vl_api_bridge_domain_details_t::n_sw_ifs

Definition at line 3121 of file vpe.api.

u8 vl_api_bridge_domain_details_t::uu_flood

Definition at line 3116 of file vpe.api.


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