FD.io VPP  v20.01-48-g3e0dafb74
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 590 of file nat.api.

Field Documentation

◆ client_index

u32 vl_api_nat44_add_del_static_mapping_t::client_index

Definition at line 591 of file nat.api.

◆ context

u32 vl_api_nat44_add_del_static_mapping_t::context

Definition at line 592 of file nat.api.

◆ external_ip_address

vl_api_ip4_address_t vl_api_nat44_add_del_static_mapping_t::external_ip_address

Definition at line 596 of file nat.api.

◆ external_port

u16 vl_api_nat44_add_del_static_mapping_t::external_port

Definition at line 599 of file nat.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 600 of file nat.api.

◆ flags

vl_api_nat_config_flags_t vl_api_nat44_add_del_static_mapping_t::flags

Definition at line 594 of file nat.api.

◆ is_add

bool vl_api_nat44_add_del_static_mapping_t::is_add

Definition at line 593 of file nat.api.

◆ local_ip_address

vl_api_ip4_address_t vl_api_nat44_add_del_static_mapping_t::local_ip_address

Definition at line 595 of file nat.api.

◆ local_port

u16 vl_api_nat44_add_del_static_mapping_t::local_port

Definition at line 598 of file nat.api.

◆ protocol

u8 vl_api_nat44_add_del_static_mapping_t::protocol

Definition at line 597 of file nat.api.

◆ tag

string vl_api_nat44_add_del_static_mapping_t::tag[64]

Definition at line 602 of file nat.api.

◆ vrf_id

u32 vl_api_nat44_add_del_static_mapping_t::vrf_id

Definition at line 601 of file nat.api.


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