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

Set TCP MSS rewriting configuration. More...

Data Fields

option in_progress
 
u32 client_index
 
u32 context
 
u16 mss_value
 
bool enable
 

Detailed Description

Set TCP MSS rewriting configuration.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
mss_value- MSS value to be used for MSS rewriting
enable- if true enable MSS rewriting feature else disable

Definition at line 253 of file nat44_ei.api.

Field Documentation

◆ client_index

u32 vl_api_nat44_ei_set_mss_clamping_t::client_index

Definition at line 255 of file nat44_ei.api.

◆ context

u32 vl_api_nat44_ei_set_mss_clamping_t::context

Definition at line 256 of file nat44_ei.api.

◆ enable

bool vl_api_nat44_ei_set_mss_clamping_t::enable

Definition at line 258 of file nat44_ei.api.

◆ in_progress

option vl_api_nat44_ei_set_mss_clamping_t::in_progress

Definition at line 254 of file nat44_ei.api.

◆ mss_value

u16 vl_api_nat44_ei_set_mss_clamping_t::mss_value

Definition at line 257 of file nat44_ei.api.


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