FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
vl_api_nat66_static_mapping_details_t Struct Reference

NAT66 static mapping details response. More...

Data Fields

u32 context
 
u8 local_ip_address [16]
 
u8 external_ip_address [16]
 
u32 vrf_id
 
u64 total_bytes
 
u64 total_pkts
 

Detailed Description

NAT66 static mapping details response.

Template Parameters
context- sender context, to match reply w/ request
local_ip_address- local IPv6 address
external_ip_address- external IPv6 address
vrf_id- VRF id of tenant
total_bytes- count of bytes sent through static mapping
total_pkts- count of pakets sent through static mapping

Definition at line 1469 of file nat.api.

Field Documentation

u32 vl_api_nat66_static_mapping_details_t::context

Definition at line 1470 of file nat.api.

u8 vl_api_nat66_static_mapping_details_t::external_ip_address[16]

Definition at line 1472 of file nat.api.

u8 vl_api_nat66_static_mapping_details_t::local_ip_address[16]

Definition at line 1471 of file nat.api.

u64 vl_api_nat66_static_mapping_details_t::total_bytes

Definition at line 1474 of file nat.api.

u64 vl_api_nat66_static_mapping_details_t::total_pkts

Definition at line 1475 of file nat.api.

u32 vl_api_nat66_static_mapping_details_t::vrf_id

Definition at line 1473 of file nat.api.


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