FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
An Endpoint Group representation. More...
Data Fields | |
epg_id_t | gg_id |
ID. More... | |
index_t | gg_gbd |
Bridge-domain ID the EPG is in. More... | |
index_t | gg_bd_index |
index_t | gg_rd |
route-domain/IP-table ID the EPG is in More... | |
u8 | gg_is_ext |
Is the EPG an external/NAT. More... | |
u32 | gg_uplink_sw_if_index |
the uplink interface dedicated to the EPG More... | |
dpo_id_t | gg_dpo [FIB_PROTOCOL_IP_MAX] |
The DPO used in the L3 path for forwarding internal subnets. More... | |
u32 | gg_locks |
Locks/references to this EPG. More... | |
An Endpoint Group representation.
Definition at line 26 of file gbp_endpoint_group.h.
index_t gpb_endpoint_group_t_::gg_bd_index |
Definition at line 37 of file gbp_endpoint_group.h.
dpo_id_t gpb_endpoint_group_t_::gg_dpo[FIB_PROTOCOL_IP_MAX] |
The DPO used in the L3 path for forwarding internal subnets.
Definition at line 57 of file gbp_endpoint_group.h.
index_t gpb_endpoint_group_t_::gg_gbd |
Bridge-domain ID the EPG is in.
Definition at line 36 of file gbp_endpoint_group.h.
epg_id_t gpb_endpoint_group_t_::gg_id |
ID.
Definition at line 31 of file gbp_endpoint_group.h.
u8 gpb_endpoint_group_t_::gg_is_ext |
Is the EPG an external/NAT.
Definition at line 47 of file gbp_endpoint_group.h.
u32 gpb_endpoint_group_t_::gg_locks |
Locks/references to this EPG.
Definition at line 62 of file gbp_endpoint_group.h.
index_t gpb_endpoint_group_t_::gg_rd |
route-domain/IP-table ID the EPG is in
Definition at line 42 of file gbp_endpoint_group.h.
u32 gpb_endpoint_group_t_::gg_uplink_sw_if_index |
the uplink interface dedicated to the EPG
Definition at line 52 of file gbp_endpoint_group.h.