![]() |
FD.io VPP
v21.06-1-gbb7418cf9
Vector Packet Processing
|
Delete NAT44 session. More...
Data Fields | |
| option | in_progress |
| u32 | client_index |
| u32 | context |
| vl_api_ip4_address_t | address |
| u8 | protocol |
| u16 | port |
| u32 | vrf_id |
| vl_api_nat44_ei_config_flags_t | flags |
| vl_api_ip4_address_t | ext_host_address |
| u16 | ext_host_port |
Delete NAT44 session.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| ip_address | - IPv4 address |
| protocol | - IP protocol |
| port | - port number |
| vfr_id | - VRF ID |
| flags | - flag NAT_IS_INSIDE if interface is inside or interface is outside, flag NAT_IS_EXT_HOST_VALID if external host address and port are valid |
| ext_host_address | - external host IPv4 address |
| ext_host_port | - external host port |
Definition at line 801 of file nat44_ei.api.
| vl_api_ip4_address_t vl_api_nat44_ei_del_session_t::address |
Definition at line 805 of file nat44_ei.api.
| u32 vl_api_nat44_ei_del_session_t::client_index |
Definition at line 803 of file nat44_ei.api.
| u32 vl_api_nat44_ei_del_session_t::context |
Definition at line 804 of file nat44_ei.api.
| vl_api_ip4_address_t vl_api_nat44_ei_del_session_t::ext_host_address |
Definition at line 810 of file nat44_ei.api.
| u16 vl_api_nat44_ei_del_session_t::ext_host_port |
Definition at line 811 of file nat44_ei.api.
| vl_api_nat44_ei_config_flags_t vl_api_nat44_ei_del_session_t::flags |
Definition at line 809 of file nat44_ei.api.
| option vl_api_nat44_ei_del_session_t::in_progress |
Definition at line 802 of file nat44_ei.api.
| u16 vl_api_nat44_ei_del_session_t::port |
Definition at line 807 of file nat44_ei.api.
| u8 vl_api_nat44_ei_del_session_t::protocol |
Definition at line 806 of file nat44_ei.api.
| u32 vl_api_nat44_ei_del_session_t::vrf_id |
Definition at line 808 of file nat44_ei.api.