FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Delete NAT44 session. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_in |
u8 | address [4] |
u8 | protocol |
u16 | port |
u32 | vrf_id |
u8 | ext_host_valid |
u8 | ext_host_address [4] |
u16 | ext_host_port |
Delete NAT44 session.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_in | - 1 if inside network address and port pair, 0 if outside |
ip_address | - IPv4 address |
protocol | - IP protocol |
port | - port number |
vfr_id | - VRF ID |
ext_host_valid | - 1 if external host address and port are valid |
ext_host_address | - external host IPv4 address |
ext_host_port | - external host port |