FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
A bridge Domain Representation. More...
Data Fields | |
u32 | gb_bd_id |
Bridge-domain ID. More... | |
u32 | gb_bd_index |
u32 | gb_rdi |
Index of the Route-domain this BD is associated with. More... | |
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... | |
gbp_itf_hdl_t | gb_bm_flood_itf |
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... | |
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 42 of file gbp_bridge_domain.h.
u32 gbp_bridge_domain_t_::gb_bd_id |
Bridge-domain ID.
Definition at line 47 of file gbp_bridge_domain.h.
u32 gbp_bridge_domain_t_::gb_bd_index |
Definition at line 48 of file gbp_bridge_domain.h.
gbp_itf_hdl_t gbp_bridge_domain_t_::gb_bm_flood_itf |
The BD's interface to sned Broadcast and multicast packets.
Definition at line 74 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 64 of file gbp_bridge_domain.h.
gbp_bridge_domain_flags_t gbp_bridge_domain_t_::gb_flags |
Flags conttrolling behaviour.
Definition at line 59 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 86 of file gbp_bridge_domain.h.
u32 gbp_bridge_domain_t_::gb_rdi |
Index of the Route-domain this BD is associated with.
This is used as the 'scope' of the packets for contract matching.
Definition at line 54 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 69 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 80 of file gbp_bridge_domain.h.