FD.io VPP  v21.06
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 781 of file nat44_ed.api.

Field Documentation

◆ client_index

u32 vl_api_nat44_add_del_static_mapping_t::client_index

Definition at line 782 of file nat44_ed.api.

◆ context

u32 vl_api_nat44_add_del_static_mapping_t::context

Definition at line 783 of file nat44_ed.api.

◆ external_ip_address

vl_api_ip4_address_t vl_api_nat44_add_del_static_mapping_t::external_ip_address

Definition at line 787 of file nat44_ed.api.

◆ external_port

u16 vl_api_nat44_add_del_static_mapping_t::external_port

Definition at line 790 of file nat44_ed.api.

◆ external_sw_if_index

vl_api_interface_index_t vl_api_nat44_add_del_static_mapping_t::external_sw_if_index

Definition at line 791 of file nat44_ed.api.

◆ flags

vl_api_nat_config_flags_t vl_api_nat44_add_del_static_mapping_t::flags

Definition at line 785 of file nat44_ed.api.

◆ is_add

bool vl_api_nat44_add_del_static_mapping_t::is_add

Definition at line 784 of file nat44_ed.api.

◆ local_ip_address

vl_api_ip4_address_t vl_api_nat44_add_del_static_mapping_t::local_ip_address

Definition at line 786 of file nat44_ed.api.

◆ local_port

u16 vl_api_nat44_add_del_static_mapping_t::local_port

Definition at line 789 of file nat44_ed.api.

◆ protocol

u8 vl_api_nat44_add_del_static_mapping_t::protocol

Definition at line 788 of file nat44_ed.api.

◆ tag

string vl_api_nat44_add_del_static_mapping_t::tag[64]

Definition at line 793 of file nat44_ed.api.

◆ vrf_id

u32 vl_api_nat44_add_del_static_mapping_t::vrf_id

Definition at line 792 of file nat44_ed.api.


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