FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Information about the location of the endpoint provided by a source of endpoints. More...
Data Fields | |
gbp_endpoint_src_t | gel_src |
The source providing this location information. More... | |
u32 | gel_sw_if_index |
The interface on which the EP is connected. More... | |
gbp_endpoint_flags_t | gel_flags |
Endpoint flags. More... | |
index_t | gel_epg |
Endpoint Group. More... | |
u32 | gel_locks |
number of times this source has locked this More... | |
struct { | |
u32 gel_parent_sw_if_index | |
ip46_address_t gel_src | |
ip46_address_t gel_dst | |
} | tun |
Tunnel info for remote endpoints. More... | |
Information about the location of the endpoint provided by a source of endpoints.
Definition at line 113 of file gbp_endpoint.h.
ip46_address_t gbp_endpoint_loc_t_::gel_dst |
Definition at line 147 of file gbp_endpoint.h.
index_t gbp_endpoint_loc_t_::gel_epg |
Endpoint Group.
Definition at line 133 of file gbp_endpoint.h.
gbp_endpoint_flags_t gbp_endpoint_loc_t_::gel_flags |
Endpoint flags.
Definition at line 128 of file gbp_endpoint.h.
u32 gbp_endpoint_loc_t_::gel_locks |
number of times this source has locked this
Definition at line 138 of file gbp_endpoint.h.
u32 gbp_endpoint_loc_t_::gel_parent_sw_if_index |
Definition at line 145 of file gbp_endpoint.h.
gbp_endpoint_src_t gbp_endpoint_loc_t_::gel_src |
The source providing this location information.
Definition at line 118 of file gbp_endpoint.h.
ip46_address_t gbp_endpoint_loc_t_::gel_src |
Definition at line 146 of file gbp_endpoint.h.
u32 gbp_endpoint_loc_t_::gel_sw_if_index |
The interface on which the EP is connected.
Definition at line 123 of file gbp_endpoint.h.
struct { ... } gbp_endpoint_loc_t_::tun |
Tunnel info for remote endpoints.