![]() |
FD.io VPP
v20.05.1-5-g09f167997
Vector Packet Processing
|
Add/delete NAT deterministic mapping. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| bool | is_add |
| vl_api_ip4_address_t | in_addr |
| u8 | in_plen |
| vl_api_ip4_address_t | out_addr |
| u8 | out_plen |
Add/delete NAT deterministic mapping.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| is_add | - true if add, false if delete |
| in_addr | - inside IPv4 address |
| in_plen | - inside IPv4 address prefix length |
| out_addr | - outside IPv4 address |
| out_plen | - outside IPv4 address prefix length |
| vl_api_ip4_address_t vl_api_nat_det_add_del_map_t::out_addr |