FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
A route Domain Representation. More...
Data Fields | |
u32 | grd_id |
Route-domain ID. More... | |
gbp_scope_t | grd_scope |
u32 | grd_fib_index [FIB_PROTOCOL_IP_MAX] |
u32 | grd_table_id [FIB_PROTOCOL_IP_MAX] |
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 47 of file gbp_route_domain.h.
u32 gpb_route_domain_t_::grd_fib_index[FIB_PROTOCOL_IP_MAX] |
Definition at line 36 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 49 of file gbp_route_domain.h.
gbp_scope_t gpb_route_domain_t_::grd_scope |
Definition at line 35 of file gbp_route_domain.h.
u32 gpb_route_domain_t_::grd_table_id[FIB_PROTOCOL_IP_MAX] |
Definition at line 37 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 42 of file gbp_route_domain.h.