FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
This file defines the vpp control-plane API messages used to control the ABF plugin. More...
Go to the source code of this file.
Data Structures | |
struct | vl_api_cnat_translation_update_t |
struct | vl_api_cnat_translation_update_reply_t |
struct | vl_api_cnat_translation_del_t |
struct | vl_api_cnat_translation_details_t |
struct | vl_api_cnat_translation_dump_t |
struct | vl_api_cnat_session_purge_t |
struct | vl_api_cnat_session_details_t |
struct | vl_api_cnat_session_dump_t |
struct | vl_api_cnat_set_snat_addresses_t |
struct | vl_api_cnat_add_del_snat_prefix_t |
Enumerations | |
enum | cnat_translation_flags : u8 { CNAT_TRANSLATION_ALLOC_PORT = 1 } |
Variables | |
option | version = "0.1.0" |
import vnet ip ip_types | api |
typedef | cnat_endpoint |
u16 | port |
typedef | cnat_endpoint_tuple |
vl_api_cnat_endpoint_t | src_ep |
typedef | cnat_translation |
u32 | id |
vl_api_ip_proto_t | ip_proto |
u8 | is_real_ip |
u8 | flags |
u8 | n_paths |
vl_api_cnat_endpoint_tuple_t | paths [n_paths] |
typedef | cnat_session |
vl_api_cnat_endpoint_t | dst |
vl_api_cnat_endpoint_t | new |
f64 | timestamp |
This file defines the vpp control-plane API messages used to control the ABF plugin.
Definition in file cnat.api.
enum cnat_translation_flags : u8 |
typedef cnat_endpoint |
typedef cnat_endpoint_tuple |
typedef cnat_session |
typedef cnat_translation |