FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Enable/disable NAT44 plugin. More...
Data Fields | |
option | in_progress |
u32 | client_index |
u32 | context |
u32 | inside_vrf |
u32 | outside_vrf |
u32 | users |
u32 | user_memory |
u32 | sessions |
u32 | session_memory |
u32 | user_sessions |
bool | enable |
vl_api_nat44_ei_config_flags_t | flags |
Enable/disable NAT44 plugin.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
inside_vrf | - inside vrf id |
outside_vrf | - outside vrf id |
users | - maximum number of users per thread |
user_memory | - overwrite hash allocation parameter |
sessions | - maximum number of sessions per thread |
session_memory | - overwrite hash allocation parameter |
user_sessions | - maximum number of sessions per user |
enable | - true if enable, false if disable |
flags | - flag NAT44_EI_IS_STATIC_MAPPING_ONLY, NAT44_EI_IS_CONNECTION_TRACKING, NAT44_EI_IS_OUT2IN_DPO |
Definition at line 48 of file nat44_ei.api.
u32 vl_api_nat44_ei_plugin_enable_disable_t::client_index |
Definition at line 50 of file nat44_ei.api.
u32 vl_api_nat44_ei_plugin_enable_disable_t::context |
Definition at line 51 of file nat44_ei.api.
bool vl_api_nat44_ei_plugin_enable_disable_t::enable |
Definition at line 59 of file nat44_ei.api.
vl_api_nat44_ei_config_flags_t vl_api_nat44_ei_plugin_enable_disable_t::flags |
Definition at line 60 of file nat44_ei.api.
option vl_api_nat44_ei_plugin_enable_disable_t::in_progress |
Definition at line 49 of file nat44_ei.api.
u32 vl_api_nat44_ei_plugin_enable_disable_t::inside_vrf |
Definition at line 52 of file nat44_ei.api.
u32 vl_api_nat44_ei_plugin_enable_disable_t::outside_vrf |
Definition at line 53 of file nat44_ei.api.
u32 vl_api_nat44_ei_plugin_enable_disable_t::session_memory |
Definition at line 57 of file nat44_ei.api.
u32 vl_api_nat44_ei_plugin_enable_disable_t::sessions |
Definition at line 56 of file nat44_ei.api.
u32 vl_api_nat44_ei_plugin_enable_disable_t::user_memory |
Definition at line 55 of file nat44_ei.api.
u32 vl_api_nat44_ei_plugin_enable_disable_t::user_sessions |
Definition at line 58 of file nat44_ei.api.
u32 vl_api_nat44_ei_plugin_enable_disable_t::users |
Definition at line 54 of file nat44_ei.api.