FD.io VPP  v18.04-17-g3a0d853
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 1356 of file nat.api.

Field Documentation

u32 vl_api_nat66_static_mapping_details_t::context

Definition at line 1357 of file nat.api.

u8 vl_api_nat66_static_mapping_details_t::external_ip_address[16]

Definition at line 1359 of file nat.api.

u8 vl_api_nat66_static_mapping_details_t::local_ip_address[16]

Definition at line 1358 of file nat.api.

u64 vl_api_nat66_static_mapping_details_t::total_bytes

Definition at line 1361 of file nat.api.

u64 vl_api_nat66_static_mapping_details_t::total_pkts

Definition at line 1362 of file nat.api.

u32 vl_api_nat66_static_mapping_details_t::vrf_id

Definition at line 1360 of file nat.api.


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