FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Add/del NAT44 address range. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | first_ip_address [4] |
u8 | last_ip_address [4] |
u32 | vrf_id |
u8 | twice_nat |
u8 | is_add |
Add/del NAT44 address range.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
first_ip_address | - first IPv4 address |
last_ip_address | - last IPv4 address |
vrf_id | - VRF id of tenant, ~0 means independent of VRF |
twice_nat | - twice NAT address range for extenal hosts |
is_add | - 1 if add, 0 if delete |
u8 vl_api_nat44_add_del_address_range_t::first_ip_address[4] |