![]() |
FD.io VPP
v21.01-8-g9330de53e
Vector Packet Processing
|
Data used to track an EP in the FIB. More...
Collaboration diagram for cnat_ep_trk_t_: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 | is_active |
| Allows to disable if not resolved yet. More... | |
Data used to track an EP in the FIB.
Definition at line 31 of file cnat_translation.h.
| dpo_id_t cnat_ep_trk_t_::ct_dpo |
The forwarding contributed by the entry.
Definition at line 51 of file cnat_translation.h.
| cnat_endpoint_t cnat_ep_trk_t_::ct_ep[VLIB_N_DIR] |
The EP being tracked.
Definition at line 36 of file cnat_translation.h.
| fib_node_index_t cnat_ep_trk_t_::ct_fei |
The FIB entry for the EP.
Definition at line 41 of file cnat_translation.h.
| u32 cnat_ep_trk_t_::ct_sibling |
The sibling on the entry's child list.
Definition at line 46 of file cnat_translation.h.
| u8 cnat_ep_trk_t_::is_active |
Allows to disable if not resolved yet.
Definition at line 56 of file cnat_translation.h.