FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
gbp_bridge_domain_t_ Struct Reference

A bridge Domain Representation. More...

Data Fields

u32 gb_bd_id
 Bridge-domain ID. More...
 
u32 gb_bd_index
 
gbp_bridge_domain_flags_t gb_flags
 Flags conttrolling behaviour. More...
 
u32 gb_bvi_sw_if_index
 The BD's BVI interface (obligatory) More...
 
u32 gb_uu_fwd_sw_if_index
 The BD's MAC spine-proxy interface (optional) More...
 
u32 gb_bm_flood_sw_if_index
 The BD's interface to sned Broadcast and multicast packets. More...
 
u32 gb_vni
 The index of the BD's VNI interface on which packets from unkown endpoints arrive. More...
 
u32 gb_locks
 locks/references to the BD so it does not get deleted (from the API) whilst it is still being used More...
 

Detailed Description

A bridge Domain Representation.

This is a standard bridge-domain plus all the attributes it must have to supprt the GBP model.

Definition at line 40 of file gbp_bridge_domain.h.

Field Documentation

u32 gbp_bridge_domain_t_::gb_bd_id

Bridge-domain ID.

Definition at line 45 of file gbp_bridge_domain.h.

u32 gbp_bridge_domain_t_::gb_bd_index

Definition at line 46 of file gbp_bridge_domain.h.

u32 gbp_bridge_domain_t_::gb_bm_flood_sw_if_index

The BD's interface to sned Broadcast and multicast packets.

Definition at line 66 of file gbp_bridge_domain.h.

u32 gbp_bridge_domain_t_::gb_bvi_sw_if_index

The BD's BVI interface (obligatory)

Definition at line 56 of file gbp_bridge_domain.h.

gbp_bridge_domain_flags_t gbp_bridge_domain_t_::gb_flags

Flags conttrolling behaviour.

Definition at line 51 of file gbp_bridge_domain.h.

u32 gbp_bridge_domain_t_::gb_locks

locks/references to the BD so it does not get deleted (from the API) whilst it is still being used

Definition at line 78 of file gbp_bridge_domain.h.

u32 gbp_bridge_domain_t_::gb_uu_fwd_sw_if_index

The BD's MAC spine-proxy interface (optional)

Definition at line 61 of file gbp_bridge_domain.h.

u32 gbp_bridge_domain_t_::gb_vni

The index of the BD's VNI interface on which packets from unkown endpoints arrive.

Definition at line 72 of file gbp_bridge_domain.h.


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