FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
vl_api_nat44_ei_set_timeouts_t Struct Reference

Set values of timeouts for NAT sessions (seconds) More...

Data Fields

option in_progress
 
u32 client_index
 
u32 context
 
u32 udp
 
u32 tcp_established
 
u32 tcp_transitory
 
u32 icmp
 

Detailed Description

Set values of timeouts for NAT sessions (seconds)

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
udp- UDP timeout (default 300sec)
tcp_established- TCP established timeout (default 7440sec)
tcp_transitory- TCP transitory timeout (default 240sec)
icmp- ICMP timeout (default 60sec)

Definition at line 179 of file nat44_ei.api.

Field Documentation

◆ client_index

u32 vl_api_nat44_ei_set_timeouts_t::client_index

Definition at line 181 of file nat44_ei.api.

◆ context

u32 vl_api_nat44_ei_set_timeouts_t::context

Definition at line 182 of file nat44_ei.api.

◆ icmp

u32 vl_api_nat44_ei_set_timeouts_t::icmp

Definition at line 186 of file nat44_ei.api.

◆ in_progress

option vl_api_nat44_ei_set_timeouts_t::in_progress

Definition at line 180 of file nat44_ei.api.

◆ tcp_established

u32 vl_api_nat44_ei_set_timeouts_t::tcp_established

Definition at line 184 of file nat44_ei.api.

◆ tcp_transitory

u32 vl_api_nat44_ei_set_timeouts_t::tcp_transitory

Definition at line 185 of file nat44_ei.api.

◆ udp

u32 vl_api_nat44_ei_set_timeouts_t::udp

Definition at line 183 of file nat44_ei.api.


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