![]() |
FD.io VPP
v21.06-1-gbb7418cf9
Vector Packet Processing
|
Entry used to account for a translation's backend waiting for address resolution. More...
Data Fields | |
| u32 | sw_if_index |
| The interface index to resolve. More... | |
| ip_address_family_t | af |
| ip4 or ip6 resolution More... | |
| cnat_addr_resol_type_t | type |
| The cnat_addr_resolution_t. More... | |
| index_t | cti |
| Translation index. More... | |
| u64 | opaque |
| Callback data. More... | |
Entry used to account for a translation's backend waiting for address resolution.
Definition at line 89 of file cnat_translation.h.
| ip_address_family_t addr_resolution_t_::af |
ip4 or ip6 resolution
Definition at line 98 of file cnat_translation.h.
| index_t addr_resolution_t_::cti |
Translation index.
Definition at line 106 of file cnat_translation.h.
| u64 addr_resolution_t_::opaque |
Callback data.
Definition at line 110 of file cnat_translation.h.
| u32 addr_resolution_t_::sw_if_index |
The interface index to resolve.
Definition at line 94 of file cnat_translation.h.
| cnat_addr_resol_type_t addr_resolution_t_::type |
The cnat_addr_resolution_t.
Definition at line 102 of file cnat_translation.h.