![]() |
FD.io VPP
v21.06
Vector Packet Processing
|
NAT44 user's sessions response. More...
Data Fields | |
| option | in_progress |
| u32 | context |
| vl_api_ip4_address_t | outside_ip_address |
| u16 | outside_port |
| vl_api_ip4_address_t | inside_ip_address |
| u16 | inside_port |
| u16 | protocol |
| vl_api_nat44_ei_config_flags_t | flags |
| u64 | last_heard |
| u64 | total_bytes |
| u32 | total_pkts |
| vl_api_ip4_address_t | ext_host_address |
| u16 | ext_host_port |
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 |
| flags | - flag NAT_IS_STATIC 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 |
| ext_host_address | - external host IPv4 address |
| ext_host_port | - external host port |
Definition at line 771 of file nat44_ei.api.
| u32 vl_api_nat44_ei_user_session_details_t::context |
Definition at line 773 of file nat44_ei.api.
| vl_api_ip4_address_t vl_api_nat44_ei_user_session_details_t::ext_host_address |
Definition at line 783 of file nat44_ei.api.
| u16 vl_api_nat44_ei_user_session_details_t::ext_host_port |
Definition at line 784 of file nat44_ei.api.
| vl_api_nat44_ei_config_flags_t vl_api_nat44_ei_user_session_details_t::flags |
Definition at line 779 of file nat44_ei.api.
| option vl_api_nat44_ei_user_session_details_t::in_progress |
Definition at line 772 of file nat44_ei.api.
| vl_api_ip4_address_t vl_api_nat44_ei_user_session_details_t::inside_ip_address |
Definition at line 776 of file nat44_ei.api.
| u16 vl_api_nat44_ei_user_session_details_t::inside_port |
Definition at line 777 of file nat44_ei.api.
| u64 vl_api_nat44_ei_user_session_details_t::last_heard |
Definition at line 780 of file nat44_ei.api.
| vl_api_ip4_address_t vl_api_nat44_ei_user_session_details_t::outside_ip_address |
Definition at line 774 of file nat44_ei.api.
| u16 vl_api_nat44_ei_user_session_details_t::outside_port |
Definition at line 775 of file nat44_ei.api.
| u16 vl_api_nat44_ei_user_session_details_t::protocol |
Definition at line 778 of file nat44_ei.api.
| u64 vl_api_nat44_ei_user_session_details_t::total_bytes |
Definition at line 781 of file nat44_ei.api.
| u32 vl_api_nat44_ei_user_session_details_t::total_pkts |
Definition at line 782 of file nat44_ei.api.