FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
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_vni_sw_if_index |
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... | |
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 37 of file gbp_bridge_domain.h.
u32 gbp_bridge_domain_t_::gb_bd_id |
Bridge-domain ID.
Definition at line 42 of file gbp_bridge_domain.h.
u32 gbp_bridge_domain_t_::gb_bd_index |
Definition at line 43 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 53 of file gbp_bridge_domain.h.
gbp_bridge_domain_flags_t gbp_bridge_domain_t_::gb_flags |
Flags conttrolling behaviour.
Definition at line 48 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 70 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 58 of file gbp_bridge_domain.h.
u32 gbp_bridge_domain_t_::gb_vni_sw_if_index |
The BD's VNI interface on which packets from unkown endpoints arrive.
Definition at line 64 of file gbp_bridge_domain.h.