FD.io VPP  v19.01.3-6-g70449b9b9
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
 
u8 external_addr [4]
 
u16 external_port
 
u8 protocol
 
u8 twice_nat
 
u8 self_twice_nat
 
u8 out2in_only
 
u8 tag [64]
 
u32 affinity
 
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
is_add- 1 if add, 0 if delete
external_addr- external IPv4 address of the service
external_port- external L4 port number of the service
protocol- IP protocol number of the service
twice_nat- if 1 translate external host address and port
self_twice_nat- if 1 translate external host address and port whenever external host address equals local address of internal host
out2in_only- if 1 rule match only out2in direction
tag- opaque string tag
affinity- if 0 disabled, otherwise client IP affinity sticky time in seconds
local_num- number of local network nodes
locals- local network nodes

Definition at line 827 of file nat.api.

Field Documentation

◆ affinity

u32 vl_api_nat44_lb_static_mapping_details_t::affinity

Definition at line 836 of file nat.api.

◆ context

u32 vl_api_nat44_lb_static_mapping_details_t::context

Definition at line 828 of file nat.api.

◆ external_addr

u8 vl_api_nat44_lb_static_mapping_details_t::external_addr[4]

Definition at line 829 of file nat.api.

◆ external_port

u16 vl_api_nat44_lb_static_mapping_details_t::external_port

Definition at line 830 of file nat.api.

◆ local_num

u32 vl_api_nat44_lb_static_mapping_details_t::local_num

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

◆ out2in_only

u8 vl_api_nat44_lb_static_mapping_details_t::out2in_only

Definition at line 834 of file nat.api.

◆ protocol

u8 vl_api_nat44_lb_static_mapping_details_t::protocol

Definition at line 831 of file nat.api.

◆ self_twice_nat

u8 vl_api_nat44_lb_static_mapping_details_t::self_twice_nat

Definition at line 833 of file nat.api.

◆ tag

u8 vl_api_nat44_lb_static_mapping_details_t::tag[64]

Definition at line 835 of file nat.api.

◆ twice_nat

u8 vl_api_nat44_lb_static_mapping_details_t::twice_nat

Definition at line 832 of file nat.api.


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