FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Get values of timeouts for NAT sessions reply. More...
Data Fields | |
option | deprecated |
u32 | context |
i32 | retval |
u32 | udp |
u32 | tcp_established |
u32 | tcp_transitory |
u32 | icmp |
Get values of timeouts for NAT sessions reply.
context | - sender context, to match reply w/ request |
retval | - return code |
udp | - UDP timeout |
tcp_established | - TCP established timeout |
tcp_transitory | - TCP transitory timeout |
icmp | - ICMP timeout |
Definition at line 407 of file nat44_ed.api.
u32 vl_api_nat_get_timeouts_reply_t::context |
Definition at line 409 of file nat44_ed.api.
option vl_api_nat_get_timeouts_reply_t::deprecated |
Definition at line 408 of file nat44_ed.api.
u32 vl_api_nat_get_timeouts_reply_t::icmp |
Definition at line 414 of file nat44_ed.api.
i32 vl_api_nat_get_timeouts_reply_t::retval |
Definition at line 410 of file nat44_ed.api.
u32 vl_api_nat_get_timeouts_reply_t::tcp_established |
Definition at line 412 of file nat44_ed.api.
u32 vl_api_nat_get_timeouts_reply_t::tcp_transitory |
Definition at line 413 of file nat44_ed.api.
u32 vl_api_nat_get_timeouts_reply_t::udp |
Definition at line 411 of file nat44_ed.api.