FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_nat64_st_details_t Struct Reference

NAT64 session table details response. More...

Data Fields

u32 context
 
u8 il_addr [16]
 
u8 ol_addr [4]
 
u16 il_port
 
u16 ol_port
 
u8 ir_addr [16]
 
u8 or_addr [4]
 
u16 r_port
 
u32 vrf_id
 
u8 proto
 

Detailed Description

NAT64 session table details response.

Template Parameters
context- sender context, to match reply w/ request
il_addr- inside IPv6 address of the local host
ol_addr- outside IPv4 address of the local host
il_port- inside port number id of the local host/inside ICMP id
ol_port- outside port number of the local host/outside ICMP id
il_addr- inside IPv6 address of the remote host
ol_addr- outside IPv4 address of the remote host
l_port- port number of the remote host (not used for ICMP)
vrf_id- VRF id of tenant
proto- protocol number

Definition at line 1128 of file nat.api.

Field Documentation

u32 vl_api_nat64_st_details_t::context

Definition at line 1129 of file nat.api.

u8 vl_api_nat64_st_details_t::il_addr[16]

Definition at line 1130 of file nat.api.

u16 vl_api_nat64_st_details_t::il_port

Definition at line 1132 of file nat.api.

u8 vl_api_nat64_st_details_t::ir_addr[16]

Definition at line 1134 of file nat.api.

u8 vl_api_nat64_st_details_t::ol_addr[4]

Definition at line 1131 of file nat.api.

u16 vl_api_nat64_st_details_t::ol_port

Definition at line 1133 of file nat.api.

u8 vl_api_nat64_st_details_t::or_addr[4]

Definition at line 1135 of file nat.api.

u8 vl_api_nat64_st_details_t::proto

Definition at line 1138 of file nat.api.

u16 vl_api_nat64_st_details_t::r_port

Definition at line 1136 of file nat.api.

u32 vl_api_nat64_st_details_t::vrf_id

Definition at line 1137 of file nat.api.


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