FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
An Endpoint Group representation. More...
Data Fields | |
epg_id_t | gepg_id |
ID. More... | |
u32 | gepg_bd |
Bridge-domain ID the EPG is in. More... | |
u32 | gepg_rd [FIB_PROTOCOL_IP_MAX] |
route-domain/IP-table ID the EPG is in More... | |
u32 | gepg_fib_index [FIB_PROTOCOL_IP_MAX] |
resulting FIB indices More... | |
u8 | gepg_is_ext |
Is the EPG an external/NAT. More... | |
u32 | gepg_uplink_sw_if_index |
the uplink interface dedicated to the EPG More... | |
dpo_id_t | gepg_dpo [FIB_PROTOCOL_IP_MAX] |
The DPO used in the L3 path for forwarding internal subnets. More... | |
An Endpoint Group representation.
Definition at line 26 of file gbp_endpoint_group.h.
u32 gpb_endpoint_group_t_::gepg_bd |
Bridge-domain ID the EPG is in.
Definition at line 36 of file gbp_endpoint_group.h.
dpo_id_t gpb_endpoint_group_t_::gepg_dpo[FIB_PROTOCOL_IP_MAX] |
The DPO used in the L3 path for forwarding internal subnets.
Definition at line 61 of file gbp_endpoint_group.h.
u32 gpb_endpoint_group_t_::gepg_fib_index[FIB_PROTOCOL_IP_MAX] |
resulting FIB indices
Definition at line 46 of file gbp_endpoint_group.h.
epg_id_t gpb_endpoint_group_t_::gepg_id |
ID.
Definition at line 31 of file gbp_endpoint_group.h.
u8 gpb_endpoint_group_t_::gepg_is_ext |
Is the EPG an external/NAT.
Definition at line 51 of file gbp_endpoint_group.h.
u32 gpb_endpoint_group_t_::gepg_rd[FIB_PROTOCOL_IP_MAX] |
route-domain/IP-table ID the EPG is in
Definition at line 41 of file gbp_endpoint_group.h.
u32 gpb_endpoint_group_t_::gepg_uplink_sw_if_index |
the uplink interface dedicated to the EPG
Definition at line 56 of file gbp_endpoint_group.h.