FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
A Translation represents the translation of a VEP to one of a set of real server addresses. More...
Data Fields | |
fib_node_t | ct_node |
Linkage into the FIB graph. More... | |
dpo_id_t | ct_lb |
The LB used to forward to the backends. More... | |
cnat_endpoint_t | ct_vip |
The Virtual end point. More... | |
cnat_ep_trk_t * | ct_paths |
The vector of tracked back-ends. More... | |
ip_protocol_t | ct_proto |
The ip protocol for the translation. More... | |
index_t | ct_cci |
The client object this translation belongs on. More... | |
index_t | index |
Own index (if copied for trace) More... | |
u8 | flags |
Translation flags. More... | |
A Translation represents the translation of a VEP to one of a set of real server addresses.
Definition at line 63 of file cnat_translation.h.
index_t cnat_translation_t_::ct_cci |
The client object this translation belongs on.
Definition at line 93 of file cnat_translation.h.
dpo_id_t cnat_translation_t_::ct_lb |
The LB used to forward to the backends.
Definition at line 73 of file cnat_translation.h.
fib_node_t cnat_translation_t_::ct_node |
Linkage into the FIB graph.
Definition at line 68 of file cnat_translation.h.
cnat_ep_trk_t* cnat_translation_t_::ct_paths |
The vector of tracked back-ends.
Definition at line 83 of file cnat_translation.h.
ip_protocol_t cnat_translation_t_::ct_proto |
The ip protocol for the translation.
Definition at line 88 of file cnat_translation.h.
cnat_endpoint_t cnat_translation_t_::ct_vip |
The Virtual end point.
Definition at line 78 of file cnat_translation.h.
u8 cnat_translation_t_::flags |
Translation flags.
Definition at line 103 of file cnat_translation.h.
index_t cnat_translation_t_::index |
Own index (if copied for trace)
Definition at line 98 of file cnat_translation.h.