FD.io VPP
v17.04-9-g99c0734
Vector Packet Processing
|
Add/delete S-NAT static mapping. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_add |
u8 | is_ip4 |
u8 | addr_only |
u8 | local_ip_address [16] |
u8 | external_ip_address [16] |
u8 | protocol |
u16 | local_port |
u16 | external_port |
u32 | external_sw_if_index |
u32 | vrf_id |
Add/delete S-NAT static mapping.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_add | - 1 if add, 0 if delete |
is_ip4 | - 1 if address type is IPv4 |
addr_only | - 1 if address only mapping |
local_ip_address | - local IP address |
external_ip_address | - external IP address |
protocol | - IP protocol |
local_port | - local port number |
external_port | - external port number |
external_sw_if_index | - external interface (if set external_ip_address is ignored) |
vfr_id | - VRF ID |
u8 vl_api_snat_add_static_mapping_t::external_ip_address[16] |