FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
vl_api_nat_det_set_timeouts_t Struct Reference

Set values of timeouts for deterministic NAT (seconds, 0 = default) More...

Data Fields

u32 client_index
 
u32 context
 
u32 udp
 
u32 tcp_established
 
u32 tcp_transitory
 
u32 icmp
 

Detailed Description

Set values of timeouts for deterministic NAT (seconds, 0 = default)

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 761 of file nat.api.

Field Documentation

u32 vl_api_nat_det_set_timeouts_t::client_index

Definition at line 762 of file nat.api.

u32 vl_api_nat_det_set_timeouts_t::context

Definition at line 763 of file nat.api.

u32 vl_api_nat_det_set_timeouts_t::icmp

Definition at line 767 of file nat.api.

u32 vl_api_nat_det_set_timeouts_t::tcp_established

Definition at line 765 of file nat.api.

u32 vl_api_nat_det_set_timeouts_t::tcp_transitory

Definition at line 766 of file nat.api.

u32 vl_api_nat_det_set_timeouts_t::udp

Definition at line 764 of file nat.api.


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