FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Close deterministic NAT session by inside address and port. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_nat44 |
u8 | in_addr [16] |
u16 | in_port |
u8 | ext_addr [16] |
u16 | ext_port |
Close deterministic NAT session by inside address and port.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_nat44 | - 1 if NAT44 |
in_addr | - inside IP address |
in_port | - inside port |
ext_addr | - external host IP address |
ext_port | - external host port |