![]() |
FD.io VPP
v20.09-rc2-28-g3c5414029
Vector Packet Processing
|
Add/delete NAT44 identity mapping. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| bool | is_add |
| vl_api_nat_config_flags_t | flags |
| vl_api_ip4_address_t | ip_address |
| u8 | protocol |
| u16 | port |
| vl_api_interface_index_t | sw_if_index |
| u32 | vrf_id |
| string | 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 | - true if add, false if delete |
| flags | - flag NAT_ADDR_ONLY 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 |
| vl_api_nat_config_flags_t vl_api_nat44_add_del_identity_mapping_t::flags |
| vl_api_ip4_address_t vl_api_nat44_add_del_identity_mapping_t::ip_address |
| vl_api_interface_index_t vl_api_nat44_add_del_identity_mapping_t::sw_if_index |