FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_nat44_add_del_static_mapping_t Struct Reference

Add/delete NAT44 static mapping. More...

Data Fields

u32 client_index
 
u32 context
 
bool is_add
 
vl_api_nat_config_flags_t flags
 
vl_api_ip4_address_t local_ip_address
 
vl_api_ip4_address_t external_ip_address
 
u8 protocol
 
u16 local_port
 
u16 external_port
 
vl_api_interface_index_t external_sw_if_index
 
u32 vrf_id
 
string tag [64]
 

Detailed Description

Add/delete NAT44 static mapping.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_add- true if add, false if delete
flags- flag NAT_IS_ADDR_ONLY if address only mapping, flag nat_is_twice_nat if nat address range for external hosts, flag NAT_IS_SELF_TWICE_NAT if translate external host address and port whenever external host address equals local address of internal host, flag NAT_IS_OUT2IN_ONLY if rule match only out2in direction
local_ip_address- local IPv4 address
external_ip_address- external IPv4 address
protocol- IP protocol, used only if addr_only=0
local_port- local port number, used only if addr_only=0
external_port- external port number, used only if addr_only=0
external_sw_if_index- external interface (if set external_ip_address is ignored, ~0 means not used)
vfr_id- VRF ID
tag- opaque string tag

Definition at line 669 of file nat.api.

Field Documentation

u32 vl_api_nat44_add_del_static_mapping_t::client_index

Definition at line 670 of file nat.api.

u32 vl_api_nat44_add_del_static_mapping_t::context

Definition at line 671 of file nat.api.

vl_api_ip4_address_t vl_api_nat44_add_del_static_mapping_t::external_ip_address

Definition at line 675 of file nat.api.

u16 vl_api_nat44_add_del_static_mapping_t::external_port

Definition at line 678 of file nat.api.

vl_api_interface_index_t vl_api_nat44_add_del_static_mapping_t::external_sw_if_index

Definition at line 679 of file nat.api.

vl_api_nat_config_flags_t vl_api_nat44_add_del_static_mapping_t::flags

Definition at line 673 of file nat.api.

bool vl_api_nat44_add_del_static_mapping_t::is_add

Definition at line 672 of file nat.api.

vl_api_ip4_address_t vl_api_nat44_add_del_static_mapping_t::local_ip_address

Definition at line 674 of file nat.api.

u16 vl_api_nat44_add_del_static_mapping_t::local_port

Definition at line 677 of file nat.api.

u8 vl_api_nat44_add_del_static_mapping_t::protocol

Definition at line 676 of file nat.api.

string vl_api_nat44_add_del_static_mapping_t::tag[64]

Definition at line 681 of file nat.api.

u32 vl_api_nat44_add_del_static_mapping_t::vrf_id

Definition at line 680 of file nat.api.


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