FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Data used to track an EP in the FIB. More...
Data Fields | |
cnat_endpoint_t | ct_ep [VLIB_N_DIR] |
The EP being tracked. More... | |
fib_node_index_t | ct_fei |
The FIB entry for the EP. More... | |
u32 | ct_sibling |
The sibling on the entry's child list. More... | |
dpo_id_t | ct_dpo |
The forwarding contributed by the entry. More... | |
u8 | ct_flags |
Allows to disable if not resolved yet. More... | |
Data used to track an EP in the FIB.
Definition at line 32 of file cnat_translation.h.
dpo_id_t cnat_ep_trk_t_::ct_dpo |
The forwarding contributed by the entry.
Definition at line 52 of file cnat_translation.h.
cnat_endpoint_t cnat_ep_trk_t_::ct_ep[VLIB_N_DIR] |
The EP being tracked.
Definition at line 37 of file cnat_translation.h.
fib_node_index_t cnat_ep_trk_t_::ct_fei |
The FIB entry for the EP.
Definition at line 42 of file cnat_translation.h.
u8 cnat_ep_trk_t_::ct_flags |
Allows to disable if not resolved yet.
Definition at line 57 of file cnat_translation.h.
u32 cnat_ep_trk_t_::ct_sibling |
The sibling on the entry's child list.
Definition at line 47 of file cnat_translation.h.