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

Enable/disable NAT64 plugin. More...

Data Fields

u32 client_index
 
u32 context
 
u32 bib_buckets
 
u32 bib_memory_size
 
u32 st_buckets
 
u32 st_memory_size
 
bool enable
 
option status ="in_progress"
 

Detailed Description

Enable/disable NAT64 plugin.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
bib_buckets- Number of BIB hash buckets
bib_memory_size- Memory size of BIB hash
st_buckets- Number of session table hash buckets
st_memory_size- Memory size of session table hash
enable- true if enable, false if disable

Definition at line 38 of file nat64.api.

Field Documentation

◆ bib_buckets

u32 vl_api_nat64_plugin_enable_disable_t::bib_buckets

Definition at line 41 of file nat64.api.

◆ bib_memory_size

u32 vl_api_nat64_plugin_enable_disable_t::bib_memory_size

Definition at line 42 of file nat64.api.

◆ client_index

u32 vl_api_nat64_plugin_enable_disable_t::client_index

Definition at line 39 of file nat64.api.

◆ context

u32 vl_api_nat64_plugin_enable_disable_t::context

Definition at line 40 of file nat64.api.

◆ enable

bool vl_api_nat64_plugin_enable_disable_t::enable

Definition at line 45 of file nat64.api.

◆ st_buckets

u32 vl_api_nat64_plugin_enable_disable_t::st_buckets

Definition at line 43 of file nat64.api.

◆ st_memory_size

u32 vl_api_nat64_plugin_enable_disable_t::st_memory_size

Definition at line 44 of file nat64.api.

◆ status

option vl_api_nat64_plugin_enable_disable_t::status ="in_progress"

Definition at line 46 of file nat64.api.


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