FD.io VPP
v21.06-3-gbb25fbf28
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 87 of file gbp_endpoint.h.
index_t gbp_endpoint_key_t_::gek_gbd |
Index of the Bridge-Domain.
Definition at line 104 of file gbp_endpoint.h.
index_t gbp_endpoint_key_t_::gek_grd |
Index of the Route-Domain.
Definition at line 109 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 93 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 99 of file gbp_endpoint.h.