FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vl_api_nat44_lb_static_mapping_details_t Struct Reference

NAT44 load-balancing static mapping rule details response. More...

+ Collaboration diagram for vl_api_nat44_lb_static_mapping_details_t:

Data Fields

u32 context
 
vl_api_ip4_address_t external_addr
 
u16 external_port
 
u8 protocol
 
vl_api_nat_config_flags_t flags
 
u32 affinity
 
string tag [64]
 
u32 local_num
 
vl_api_nat44_lb_addr_port_t locals [local_num]
 

Detailed Description

NAT44 load-balancing static mapping rule details response.

Template Parameters
context- sender context, to match reply w/ request
external_addr- external IPv4 address of the service
external_port- external L4 port number of the service
protocol- IP protocol number of the service
flags- flag NAT_TWICE_NAT if NAT address range for external hosts, flag NAT_SELF_TWICE_NAT if translate external host address and port whenever external host address equals local address of internal host, flag NAT_OUT2IN_ONLY if rule match only out2in direction
affinity- if 0 disabled, otherwise client IP affinity sticky time in seconds
local_num- number of local network nodes
locals- local network nodes
tag- opaque string tag

Definition at line 979 of file nat.api.

Field Documentation

◆ affinity

u32 vl_api_nat44_lb_static_mapping_details_t::affinity

Definition at line 985 of file nat.api.

◆ context

u32 vl_api_nat44_lb_static_mapping_details_t::context

Definition at line 980 of file nat.api.

◆ external_addr

vl_api_ip4_address_t vl_api_nat44_lb_static_mapping_details_t::external_addr

Definition at line 981 of file nat.api.

◆ external_port

u16 vl_api_nat44_lb_static_mapping_details_t::external_port

Definition at line 982 of file nat.api.

◆ flags

vl_api_nat_config_flags_t vl_api_nat44_lb_static_mapping_details_t::flags

Definition at line 984 of file nat.api.

◆ local_num

u32 vl_api_nat44_lb_static_mapping_details_t::local_num

Definition at line 987 of file nat.api.

◆ locals

vl_api_nat44_lb_addr_port_t vl_api_nat44_lb_static_mapping_details_t::locals[local_num]

Definition at line 988 of file nat.api.

◆ protocol

u8 vl_api_nat44_lb_static_mapping_details_t::protocol

Definition at line 983 of file nat.api.

◆ tag

string vl_api_nat44_lb_static_mapping_details_t::tag[64]

Definition at line 986 of file nat.api.


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