FD.io VPP  v21.06
Vector Packet Processing
vl_api_nat44_ed_plugin_enable_disable_t Struct Reference

Enable/disable NAT44ED plugin. More...

Data Fields

option in_progress
 
u32 client_index
 
u32 context
 
u32 inside_vrf
 
u32 outside_vrf
 
u32 sessions
 
u32 session_memory
 
bool enable
 
vl_api_nat44_config_flags_t flags
 

Detailed Description

Enable/disable NAT44ED plugin.

Template Parameters
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
sessions- maximum number of sessions per thread
session_memory- overwrite hash allocation parameter
enable- true if enable, false if disable
flags- flag NAT44_IS_STATIC_MAPPING_ONLY, NAT44_IS_CONNECTION_TRACKING

Definition at line 84 of file nat44_ed.api.

Field Documentation

◆ client_index

u32 vl_api_nat44_ed_plugin_enable_disable_t::client_index

Definition at line 86 of file nat44_ed.api.

◆ context

u32 vl_api_nat44_ed_plugin_enable_disable_t::context

Definition at line 87 of file nat44_ed.api.

◆ enable

bool vl_api_nat44_ed_plugin_enable_disable_t::enable

Definition at line 92 of file nat44_ed.api.

◆ flags

vl_api_nat44_config_flags_t vl_api_nat44_ed_plugin_enable_disable_t::flags

Definition at line 93 of file nat44_ed.api.

◆ in_progress

option vl_api_nat44_ed_plugin_enable_disable_t::in_progress

Definition at line 85 of file nat44_ed.api.

◆ inside_vrf

u32 vl_api_nat44_ed_plugin_enable_disable_t::inside_vrf

Definition at line 88 of file nat44_ed.api.

◆ outside_vrf

u32 vl_api_nat44_ed_plugin_enable_disable_t::outside_vrf

Definition at line 89 of file nat44_ed.api.

◆ session_memory

u32 vl_api_nat44_ed_plugin_enable_disable_t::session_memory

Definition at line 91 of file nat44_ed.api.

◆ sessions

u32 vl_api_nat44_ed_plugin_enable_disable_t::sessions

Definition at line 90 of file nat44_ed.api.


The documentation for this struct was generated from the following file: