FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Add/delete NAT64 static BIB entry. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | i_addr [16] |
u8 | o_addr [4] |
u16 | i_port |
u16 | o_port |
u32 | vrf_id |
u8 | proto |
u8 | 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 | - 1 if add, 0 if delete |