FD.io VPP
v21.06
Vector Packet Processing
|
Set values of timeouts for NAT sessions (seconds) More...
Data Fields | |
option | deprecated |
u32 | client_index |
u32 | context |
u32 | udp |
u32 | tcp_established |
u32 | tcp_transitory |
u32 | icmp |
Set values of timeouts for NAT sessions (seconds)
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 379 of file nat44_ed.api.
u32 vl_api_nat_set_timeouts_t::client_index |
Definition at line 381 of file nat44_ed.api.
u32 vl_api_nat_set_timeouts_t::context |
Definition at line 382 of file nat44_ed.api.
option vl_api_nat_set_timeouts_t::deprecated |
Definition at line 380 of file nat44_ed.api.
u32 vl_api_nat_set_timeouts_t::icmp |
Definition at line 386 of file nat44_ed.api.
u32 vl_api_nat_set_timeouts_t::tcp_established |
Definition at line 384 of file nat44_ed.api.
u32 vl_api_nat_set_timeouts_t::tcp_transitory |
Definition at line 385 of file nat44_ed.api.
u32 vl_api_nat_set_timeouts_t::udp |
Definition at line 383 of file nat44_ed.api.