FD.io VPP
v17.07.01-10-g3be13f0
Vector Packet Processing
|
Add/del S-NAT address range. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_ip4 |
u8 | first_ip_address [16] |
u8 | last_ip_address [16] |
u32 | vrf_id |
u8 | is_add |
Add/del S-NAT address range.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_ip4 | - 1 if address type is IPv4 |
first_ip_address | - first IP address |
last_ip_address | - last IP address |
vrf_id | - VRF id of tenant, ~0 means independent of VRF |
is_add | - 1 if add, 0 if delete |