FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Add/delete address range to NAT64 pool. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | start_addr [4] |
u8 | end_addr [4] |
u32 | vrf_id |
u8 | is_add |
Add/delete address range to NAT64 pool.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
start_addr | - start address of the range |
end_addr | - end address of the range |
vrf_id | - VRF id of tenant, ~0 means independent of VRF |
is_add | - 1 if add, 0 if delete |