![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Add/delete NAT64 static BIB entry. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| vl_api_ip6_address_t | i_addr |
| vl_api_ip4_address_t | o_addr |
| u16 | i_port |
| u16 | o_port |
| u32 | vrf_id |
| u8 | proto |
| bool | is_add |
Add/delete NAT64 static BIB entry.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| i_addr | - inside IPv6 address |
| o_addr | - outside IPv4 address |
| i_port | - inside port number |
| o_port | - outside port number |
| vrf_id | - VRF id of tenant |
| proto | - protocol number |
| is_add | - true if add, false if delete |
| vl_api_ip6_address_t vl_api_nat64_add_del_static_bib_t::i_addr |
| vl_api_ip4_address_t vl_api_nat64_add_del_static_bib_t::o_addr |