FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
This is the identity of an endpoint, as such it is information about an endpoint that is idempotent. More...
Data Fields | |
fib_prefix_t * | gek_ips |
A vector of ip addresses that belong to the endpoint. More... | |
mac_address_t | gek_mac |
MAC address of the endpoint. More... | |
index_t | gek_gbd |
Index of the Bridge-Domain. More... | |
index_t | gek_grd |
Index of the Route-Domain. More... | |
This is the identity of an endpoint, as such it is information about an endpoint that is idempotent.
The ID is used to add the EP into the various data-bases for retrieval.
Definition at line 84 of file gbp_endpoint.h.
index_t gbp_endpoint_key_t_::gek_gbd |
Index of the Bridge-Domain.
Definition at line 101 of file gbp_endpoint.h.
index_t gbp_endpoint_key_t_::gek_grd |
Index of the Route-Domain.
Definition at line 106 of file gbp_endpoint.h.
fib_prefix_t* gbp_endpoint_key_t_::gek_ips |
A vector of ip addresses that belong to the endpoint.
Together with the route EPG's RD this forms the EP's L3 key
Definition at line 90 of file gbp_endpoint.h.
mac_address_t gbp_endpoint_key_t_::gek_mac |
MAC address of the endpoint.
Together with the route EPG's BD this forms the EP's L2 key
Definition at line 96 of file gbp_endpoint.h.