FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | vl_api_nat44_ei_plugin_enable_disable_t |
Enable/disable NAT44 plugin. More... | |
struct | vl_api_nat44_ei_show_running_config_t |
Show NAT44 plugin running config. More... | |
struct | vl_api_nat44_ei_show_running_config_reply_t |
Show NAT44 plugin running config reply. More... | |
struct | vl_api_nat44_ei_set_log_level_t |
Set NAT44 logging level. More... | |
struct | vl_api_nat44_ei_set_workers_t |
Set NAT workers. More... | |
struct | vl_api_nat44_ei_worker_dump_t |
Dump NAT workers. More... | |
struct | vl_api_nat44_ei_worker_details_t |
NAT workers details response. More... | |
struct | vl_api_nat44_ei_ipfix_enable_disable_t |
Enable/disable NAT IPFIX logging. More... | |
struct | vl_api_nat44_ei_set_timeouts_t |
Set values of timeouts for NAT sessions (seconds) More... | |
struct | vl_api_nat44_ei_set_addr_and_port_alloc_alg_t |
Set address and port assignment algorithm. More... | |
struct | vl_api_nat44_ei_get_addr_and_port_alloc_alg_t |
Get address and port assignment algorithm. More... | |
struct | vl_api_nat44_ei_get_addr_and_port_alloc_alg_reply_t |
Get address and port assignment algorithm reply. More... | |
struct | vl_api_nat44_ei_set_mss_clamping_t |
Set TCP MSS rewriting configuration. More... | |
struct | vl_api_nat44_ei_get_mss_clamping_t |
Get TCP MSS rewriting configuration. More... | |
struct | vl_api_nat44_ei_get_mss_clamping_reply_t |
Get TCP MSS rewriting configuration reply. More... | |
struct | vl_api_nat44_ei_ha_set_listener_t |
Set HA listener (local settings) More... | |
struct | vl_api_nat44_ei_ha_set_failover_t |
Set HA failover (remote settings) More... | |
struct | vl_api_nat44_ei_ha_get_listener_t |
Get HA listener/local configuration. More... | |
struct | vl_api_nat44_ei_ha_get_listener_reply_t |
Get HA listener/local configuration reply. More... | |
struct | vl_api_nat44_ei_ha_get_failover_t |
Get HA failover/remote settings. More... | |
struct | vl_api_nat44_ei_ha_get_failover_reply_t |
Get HA failover/remote settings reply. More... | |
struct | vl_api_nat44_ei_ha_flush_t |
Flush the current HA data (for testing) More... | |
struct | vl_api_nat44_ei_ha_resync_t |
Resync HA (resend existing sessions to new failover) More... | |
struct | vl_api_nat44_ei_ha_resync_completed_event_t |
Tell client about a HA resync completion event. More... | |
struct | vl_api_nat44_ei_del_user_t |
Del NAT44 user. More... | |
struct | vl_api_nat44_ei_add_del_address_range_t |
Add/del NAT44 address range. More... | |
struct | vl_api_nat44_ei_address_dump_t |
Dump NAT44 addresses. More... | |
struct | vl_api_nat44_ei_address_details_t |
NAT44 address details response. More... | |
struct | vl_api_nat44_ei_interface_add_del_feature_t |
Enable/disable NAT44 feature on the interface. More... | |
struct | vl_api_nat44_ei_interface_dump_t |
Dump interfaces with NAT44 feature. More... | |
struct | vl_api_nat44_ei_interface_details_t |
NAT44 interface details response. More... | |
struct | vl_api_nat44_ei_interface_add_del_output_feature_t |
Enable/disbale NAT44 as an interface output feature (postrouting in2out translation) More... | |
struct | vl_api_nat44_ei_interface_output_feature_dump_t |
Dump interfaces with NAT44 output feature. More... | |
struct | vl_api_nat44_ei_interface_output_feature_details_t |
NAT44 interface with output feature details response. More... | |
struct | vl_api_nat44_ei_add_del_static_mapping_t |
Add/delete NAT44 static mapping. More... | |
struct | vl_api_nat44_ei_static_mapping_dump_t |
Dump NAT44 static mappings. More... | |
struct | vl_api_nat44_ei_static_mapping_details_t |
NAT44 static mapping details response. More... | |
struct | vl_api_nat44_ei_add_del_identity_mapping_t |
Add/delete NAT44 identity mapping. More... | |
struct | vl_api_nat44_ei_identity_mapping_dump_t |
Dump NAT44 identity mappings. More... | |
struct | vl_api_nat44_ei_identity_mapping_details_t |
NAT44 identity mapping details response. More... | |
struct | vl_api_nat44_ei_add_del_interface_addr_t |
Add/delete NAT44 pool address from specific interfce. More... | |
struct | vl_api_nat44_ei_interface_addr_dump_t |
Dump NAT44 pool addresses interfaces. More... | |
struct | vl_api_nat44_ei_interface_addr_details_t |
NAT44 pool addresses interfaces details response. More... | |
struct | vl_api_nat44_ei_user_dump_t |
Dump NAT44 users. More... | |
struct | vl_api_nat44_ei_user_details_t |
NAT44 users response. More... | |
struct | vl_api_nat44_ei_user_session_dump_t |
NAT44 user's sessions. More... | |
struct | vl_api_nat44_ei_user_session_details_t |
NAT44 user's sessions response. More... | |
struct | vl_api_nat44_ei_del_session_t |
Delete NAT44 session. More... | |
struct | vl_api_nat44_ei_forwarding_enable_disable_t |
Enable/disable forwarding for NAT44 Forward packets which don't match existing translation or static mapping instead of dropping them. More... | |
struct | vl_api_nat44_ei_set_fq_options_t |
Set NAT handoff frame queue options. More... | |
struct | vl_api_nat44_ei_show_fq_options_t |
Show NAT handoff frame queue options. More... | |
struct | vl_api_nat44_ei_show_fq_options_reply_t |
Show NAT handoff frame queue options reply. More... | |
Enumerations | |
enum | nat44_ei_config_flags : u8 { NAT44_EI_NONE = 0x00, NAT44_EI_STATIC_MAPPING_ONLY = 0x01, NAT44_EI_CONNECTION_TRACKING = 0x02, NAT44_EI_OUT2IN_DPO = 0x04, NAT44_EI_ADDR_ONLY_MAPPING = 0x08, NAT44_EI_IF_INSIDE = 0x10, NAT44_EI_IF_OUTSIDE = 0x20, NAT44_EI_STATIC_MAPPING = 0x40 } |
Variables | |
option | version = "1.1.1" |
import vnet ip ip_types | api |
service | |
enum nat44_ei_config_flags : u8 |
Enumerator | |
---|---|
NAT44_EI_NONE | |
NAT44_EI_STATIC_MAPPING_ONLY | |
NAT44_EI_CONNECTION_TRACKING | |
NAT44_EI_OUT2IN_DPO | |
NAT44_EI_ADDR_ONLY_MAPPING | |
NAT44_EI_IF_INSIDE | |
NAT44_EI_IF_OUTSIDE | |
NAT44_EI_STATIC_MAPPING |
Definition at line 21 of file nat44_ei.api.
import plugins nat lib nat_types api |
Definition at line 17 of file nat44_ei.api.
service |
Definition at line 411 of file nat44_ei.api.
option version = "1.1.1" |
Definition at line 16 of file nat44_ei.api.