FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
vl_api_nat44_static_mapping_details_t Struct Reference

NAT44 static mapping details response. More...

Data Fields

u32 context
 
u8 addr_only
 
u8 local_ip_address [4]
 
u8 external_ip_address [4]
 
u8 protocol
 
u16 local_port
 
u16 external_port
 
u32 external_sw_if_index
 
u32 vrf_id
 

Detailed Description

NAT44 static mapping details response.

Template Parameters
context- sender context, to match reply w/ request
addr_only- 1 if address only mapping
local_ip_address- local IPv4 address
external_ip_address- external IPv4 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 921 of file nat.api.

Field Documentation

u8 vl_api_nat44_static_mapping_details_t::addr_only

Definition at line 923 of file nat.api.

u32 vl_api_nat44_static_mapping_details_t::context

Definition at line 922 of file nat.api.

u8 vl_api_nat44_static_mapping_details_t::external_ip_address[4]

Definition at line 925 of file nat.api.

u16 vl_api_nat44_static_mapping_details_t::external_port

Definition at line 928 of file nat.api.

u32 vl_api_nat44_static_mapping_details_t::external_sw_if_index

Definition at line 929 of file nat.api.

u8 vl_api_nat44_static_mapping_details_t::local_ip_address[4]

Definition at line 924 of file nat.api.

u16 vl_api_nat44_static_mapping_details_t::local_port

Definition at line 927 of file nat.api.

u8 vl_api_nat44_static_mapping_details_t::protocol

Definition at line 926 of file nat.api.

u32 vl_api_nat44_static_mapping_details_t::vrf_id

Definition at line 930 of file nat.api.


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