FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
A route Domain Representation. More...
Data Fields | |
u32 | grd_id |
Route-domain ID. More... | |
u32 | grd_fib_index [FIB_PROTOCOL_IP_MAX] |
u32 | grd_table_id [FIB_PROTOCOL_IP_MAX] |
u32 | grd_vni_sw_if_index |
The RD's VNI interface on which packets from unkown endpoints arrive. More... | |
u32 | grd_uu_sw_if_index [FIB_PROTOCOL_IP_MAX] |
The interfaces on which to send packets to unnknown EPs. More... | |
u32 | grd_adj [FIB_PROTOCOL_IP_MAX] |
adjacencies on the UU interfaces. More... | |
u32 | grd_locks |
A route Domain Representation.
This is a standard route-domain plus all the attributes it must have to supprt the GBP model.
Definition at line 29 of file gbp_route_domain.h.
u32 gpb_route_domain_t_::grd_adj[FIB_PROTOCOL_IP_MAX] |
adjacencies on the UU interfaces.
Definition at line 52 of file gbp_route_domain.h.
u32 gpb_route_domain_t_::grd_fib_index[FIB_PROTOCOL_IP_MAX] |
Definition at line 35 of file gbp_route_domain.h.
u32 gpb_route_domain_t_::grd_id |
Route-domain ID.
Definition at line 34 of file gbp_route_domain.h.
u32 gpb_route_domain_t_::grd_locks |
Definition at line 54 of file gbp_route_domain.h.
u32 gpb_route_domain_t_::grd_table_id[FIB_PROTOCOL_IP_MAX] |
Definition at line 36 of file gbp_route_domain.h.
u32 gpb_route_domain_t_::grd_uu_sw_if_index[FIB_PROTOCOL_IP_MAX] |
The interfaces on which to send packets to unnknown EPs.
Definition at line 47 of file gbp_route_domain.h.
u32 gpb_route_domain_t_::grd_vni_sw_if_index |
The RD's VNI interface on which packets from unkown endpoints arrive.
Definition at line 42 of file gbp_route_domain.h.