FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
vl_api_snat_static_mapping_details_t Struct Reference

S-NAT static mapping details response. More...

Data Fields

u32 context
 
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
 

Detailed Description

S-NAT static mapping details response.

Template Parameters
context- sender context, to match reply w/ request
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
vfr_id- VRF ID

Definition at line 177 of file snat.api.

Field Documentation

u8 vl_api_snat_static_mapping_details_t::addr_only

Definition at line 180 of file snat.api.

u32 vl_api_snat_static_mapping_details_t::context

Definition at line 178 of file snat.api.

u8 vl_api_snat_static_mapping_details_t::external_ip_address[16]

Definition at line 182 of file snat.api.

u16 vl_api_snat_static_mapping_details_t::external_port

Definition at line 185 of file snat.api.

u32 vl_api_snat_static_mapping_details_t::external_sw_if_index

Definition at line 186 of file snat.api.

u8 vl_api_snat_static_mapping_details_t::is_ip4

Definition at line 179 of file snat.api.

u8 vl_api_snat_static_mapping_details_t::local_ip_address[16]

Definition at line 181 of file snat.api.

u16 vl_api_snat_static_mapping_details_t::local_port

Definition at line 184 of file snat.api.

u8 vl_api_snat_static_mapping_details_t::protocol

Definition at line 183 of file snat.api.

u32 vl_api_snat_static_mapping_details_t::vrf_id

Definition at line 187 of file snat.api.


The documentation for this struct was generated from the following file: