![]() |
FD.io VPP
v21.06
Vector Packet Processing
|
Add/delete NAT44 identity mapping. More...
Data Fields | |
| option | deprecated |
| u32 | client_index |
| u32 | context |
| bool | is_add |
| vl_api_nat44_ei_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 NAT44_EI_IS_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 |
Definition at line 634 of file nat44_ei.api.
| u32 vl_api_nat44_ei_add_del_identity_mapping_t::client_index |
Definition at line 636 of file nat44_ei.api.
| u32 vl_api_nat44_ei_add_del_identity_mapping_t::context |
Definition at line 637 of file nat44_ei.api.
| option vl_api_nat44_ei_add_del_identity_mapping_t::deprecated |
Definition at line 635 of file nat44_ei.api.
| vl_api_nat44_ei_config_flags_t vl_api_nat44_ei_add_del_identity_mapping_t::flags |
Definition at line 639 of file nat44_ei.api.
| vl_api_ip4_address_t vl_api_nat44_ei_add_del_identity_mapping_t::ip_address |
Definition at line 640 of file nat44_ei.api.
| bool vl_api_nat44_ei_add_del_identity_mapping_t::is_add |
Definition at line 638 of file nat44_ei.api.
| u16 vl_api_nat44_ei_add_del_identity_mapping_t::port |
Definition at line 642 of file nat44_ei.api.
| u8 vl_api_nat44_ei_add_del_identity_mapping_t::protocol |
Definition at line 641 of file nat44_ei.api.
| vl_api_interface_index_t vl_api_nat44_ei_add_del_identity_mapping_t::sw_if_index |
Definition at line 643 of file nat44_ei.api.
| string vl_api_nat44_ei_add_del_identity_mapping_t::tag[64] |
Definition at line 645 of file nat44_ei.api.
| u32 vl_api_nat44_ei_add_del_identity_mapping_t::vrf_id |
Definition at line 644 of file nat44_ei.api.