FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
gpb_route_domain_t_ Struct Reference

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
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: