FD.io VPP
v19.08.2-294-g37e99c22d
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... | |
gbp_itf_hdl_t | gel_itf |
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 116 of file gbp_endpoint.h.
ip46_address_t gbp_endpoint_loc_t_::gel_dst |
Definition at line 150 of file gbp_endpoint.h.
index_t gbp_endpoint_loc_t_::gel_epg |
Endpoint Group.
Definition at line 136 of file gbp_endpoint.h.
gbp_endpoint_flags_t gbp_endpoint_loc_t_::gel_flags |
Endpoint flags.
Definition at line 131 of file gbp_endpoint.h.
gbp_itf_hdl_t gbp_endpoint_loc_t_::gel_itf |
The interface on which the EP is connected.
Definition at line 126 of file gbp_endpoint.h.
u32 gbp_endpoint_loc_t_::gel_locks |
number of times this source has locked this
Definition at line 141 of file gbp_endpoint.h.
u32 gbp_endpoint_loc_t_::gel_parent_sw_if_index |
Definition at line 148 of file gbp_endpoint.h.
gbp_endpoint_src_t gbp_endpoint_loc_t_::gel_src |
The source providing this location information.
Definition at line 121 of file gbp_endpoint.h.
ip46_address_t gbp_endpoint_loc_t_::gel_src |
Definition at line 149 of file gbp_endpoint.h.
struct { ... } gbp_endpoint_loc_t_::tun |
Tunnel info for remote endpoints.