FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
Delete NAT44 session. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_ip4_address_t | address |
u8 | protocol |
u16 | port |
u32 | vrf_id |
vl_api_nat_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 |
vl_api_ip4_address_t vl_api_nat44_del_session_t::address |
vl_api_ip4_address_t vl_api_nat44_del_session_t::ext_host_address |
vl_api_nat_config_flags_t vl_api_nat44_del_session_t::flags |