FD.io VPP  v16.12-rc0-308-g931be3a
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 3363 of file vpe.api.

Field Documentation

u8 vl_api_bridge_domain_details_t::arp_term

Definition at line 3371 of file vpe.api.

u32 vl_api_bridge_domain_details_t::bd_id

Definition at line 3366 of file vpe.api.

u32 vl_api_bridge_domain_details_t::bvi_sw_if_index

Definition at line 3372 of file vpe.api.

u32 vl_api_bridge_domain_details_t::context

Definition at line 3365 of file vpe.api.

u8 vl_api_bridge_domain_details_t::flood

Definition at line 3367 of file vpe.api.

u8 vl_api_bridge_domain_details_t::forward

Definition at line 3369 of file vpe.api.

u8 vl_api_bridge_domain_details_t::learn

Definition at line 3370 of file vpe.api.

u32 vl_api_bridge_domain_details_t::n_sw_ifs

Definition at line 3373 of file vpe.api.

u8 vl_api_bridge_domain_details_t::uu_flood

Definition at line 3368 of file vpe.api.


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