![]() |
FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Add/delete NAT44 identity mapping. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | is_add |
| u8 | addr_only |
| u8 | ip_address [4] |
| u8 | protocol |
| u16 | port |
| u32 | sw_if_index |
| u32 | vrf_id |
| u8 | tag [64] |
Add/delete NAT44 identity mapping.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| is_add | - 1 if add, 0 if delete |
| addr_only | - 1 if address only mapping |
| ip_address | - IPv4 address |
| protocol | - IP protocol |
| port | - port number |
| sw_if_index | - interface (if set ip_address is ignored, ~0 means not used) |
| vfr_id | - VRF ID (if ~0 use default VRF) |
| tag | - opaque string tag |