FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | vl_api_mss_clamp_enable_disable_t |
Enable/Disable TCP MSS Clamping feature on an interface. More... | |
struct | vl_api_mss_clamp_get_t |
Get the TCP MSS Clamping feature settings. More... | |
struct | vl_api_mss_clamp_get_reply_t |
Reply for get TCP MSS Clamping feature settings request. More... | |
struct | vl_api_mss_clamp_details_t |
Configured MSS values on an interface. More... | |
Variables | |
option | version = "1.0.0" |
import vnet interface_types | api |
enumflag | mss_clamp_dir |
TCP MSS Clamping direction flag. More... | |
enumflag | MSS_CLAMP_DIR_RX = 0x1 |
enumflag | MSS_CLAMP_DIR_TX = 0x2 |
service | |
Get the list of configured mss values. More... | |
counters | mss_clamp |
paths | |
err tcp mss clamping ip4 out mss | clamp |
import vnet interface_types api |
Definition at line 18 of file mss_clamp.api.
err tcp mss clamping ip6 out mss clamp |
Definition at line 108 of file mss_clamp.api.
counters mss_clamp |
Definition at line 98 of file mss_clamp.api.
enumflag mss_clamp_dir |
TCP MSS Clamping direction flag.
Definition at line 23 of file mss_clamp.api.
enumflag MSS_CLAMP_DIR_RX = 0x1 |
Definition at line 24 of file mss_clamp.api.
enumflag MSS_CLAMP_DIR_TX = 0x2 |
Definition at line 25 of file mss_clamp.api.
paths |
Definition at line 106 of file mss_clamp.api.
service |
Get the list of configured mss values.
client_index | - opaque cookie to identify the sender |
Definition at line 51 of file mss_clamp.api.
option version = "1.0.0" |
Definition at line 17 of file mss_clamp.api.