FD.io VPP
v21.01.1
Vector Packet Processing
|
Enable/disable NAT44 plugin. More...
Data Fields | |
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_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 (NAT44_IS_ENDPOINT_INDEPENDENT) |
user_memory | - overwrite hash allocation parameter (NAT44_IS_ENDPOINT_INDEPENDENT) |
sessions | - maximum number of sessions per thread |
session_memory | - overwrite hash allocation parameter |
user_sessions | - maximum number of sessions per user (NAT44_IS_ENDPOINT_INDEPENDENT) |
enable | - true if enable, false if disable |
flags | - flag NAT44_IS_ENDPOINT_INDEPENDENT, NAT44_IS_ENDPOINT_DEPENDENT, NAT44_IS_STATIC_MAPPING_ONLY, NAT44_IS_CONNECTION_TRACKING, NAT44_IS_OUT2IN_DPO |
vl_api_nat44_config_flags_t vl_api_nat44_plugin_enable_disable_t::flags |