FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vl_api_map_param_set_reassembly_t Struct Reference

Set MAP reassembly parameters. More...

Data Fields

u32 client_index
 
u32 context
 
bool is_ip6
 
u16 lifetime_ms
 
u16 pool_size
 
u32 buffers
 
f64 ht_ratio
 

Detailed Description

Set MAP reassembly parameters.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_ip6- 1 = params apply to IPv6, 0 = params apply to IPv4
lifetime_ms- reassembly valid lifetime, or ~0
pool_size- max number of reassemblies, or ~0
buffers- max number of reassembly buffers, or ~0
ht_ratio- hash-table size factor, or ~0

Definition at line 238 of file map.api.

Field Documentation

◆ buffers

u32 vl_api_map_param_set_reassembly_t::buffers

Definition at line 245 of file map.api.

◆ client_index

u32 vl_api_map_param_set_reassembly_t::client_index

Definition at line 240 of file map.api.

◆ context

u32 vl_api_map_param_set_reassembly_t::context

Definition at line 241 of file map.api.

◆ ht_ratio

f64 vl_api_map_param_set_reassembly_t::ht_ratio

Definition at line 246 of file map.api.

◆ is_ip6

bool vl_api_map_param_set_reassembly_t::is_ip6

Definition at line 242 of file map.api.

◆ lifetime_ms

u16 vl_api_map_param_set_reassembly_t::lifetime_ms

Definition at line 243 of file map.api.

◆ pool_size

u16 vl_api_map_param_set_reassembly_t::pool_size

Definition at line 244 of file map.api.


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