FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
NAT44 user's sessions response. More...
Data Fields | |
u32 | context |
u8 | outside_ip_address [4] |
u16 | outside_port |
u8 | inside_ip_address [4] |
u16 | inside_port |
u16 | protocol |
u8 | is_static |
u64 | last_heard |
u64 | total_bytes |
u32 | total_pkts |
NAT44 user's sessions response.
context | - sender context, to match reply w/ request |
outside_ip_address | - outside IPv4 address |
outside_port | - outside port |
inside_ip_address | - inside IPv4 address |
inside_port | - inside port |
protocol | - protocol |
is_static | - 1 if session is static |
last_heard | - last heard timer |
total_bytes | - count of bytes sent through session |
total_pkts | - count of pakets sent through session |
u8 vl_api_nat44_user_session_details_t::inside_ip_address[4] |
u8 vl_api_nat44_user_session_details_t::outside_ip_address[4] |