FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_nat64_st_details_t Struct Reference

NAT64 session table details response. More...

Data Fields

u32 context
 
vl_api_ip6_address_t il_addr
 
vl_api_ip4_address_t ol_addr
 
u16 il_port
 
u16 ol_port
 
vl_api_ip6_address_t ir_addr
 
vl_api_ip4_address_t or_addr
 
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
ir_addr- inside IPv6 address of the remote host
or_addr- outside IPv4 address of the remote host
r_port- port number of the remote host (not used for ICMP)
vrf_id- VRF id of tenant
proto- protocol number

Definition at line 1385 of file nat.api.

Field Documentation

u32 vl_api_nat64_st_details_t::context

Definition at line 1386 of file nat.api.

vl_api_ip6_address_t vl_api_nat64_st_details_t::il_addr

Definition at line 1387 of file nat.api.

u16 vl_api_nat64_st_details_t::il_port

Definition at line 1389 of file nat.api.

vl_api_ip6_address_t vl_api_nat64_st_details_t::ir_addr

Definition at line 1391 of file nat.api.

vl_api_ip4_address_t vl_api_nat64_st_details_t::ol_addr

Definition at line 1388 of file nat.api.

u16 vl_api_nat64_st_details_t::ol_port

Definition at line 1390 of file nat.api.

vl_api_ip4_address_t vl_api_nat64_st_details_t::or_addr

Definition at line 1392 of file nat.api.

u8 vl_api_nat64_st_details_t::proto

Definition at line 1395 of file nat.api.

u16 vl_api_nat64_st_details_t::r_port

Definition at line 1393 of file nat.api.

u32 vl_api_nat64_st_details_t::vrf_id

Definition at line 1394 of file nat.api.


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