FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
nat66_main_t Struct Reference
+ Collaboration diagram for nat66_main_t:

Data Fields

snat_interface_tinterfaces
 Interface pool. More...
 
nat66_static_mapping_tsm
 Static mapping pool. More...
 
clib_bihash_24_8_t sm_l
 Static mapping by local address lookup table. More...
 
clib_bihash_24_8_t sm_e
 Static mapping by external address lookup table. More...
 
vlib_combined_counter_main_t session_counters
 Session counters. More...
 
u32 in2out_node_index
 node index More...
 
u32 out2in_node_index
 
u32 outside_vrf_id
 
u32 outside_fib_index
 

Detailed Description

Definition at line 46 of file nat66.h.

Field Documentation

u32 nat66_main_t::in2out_node_index

node index

Definition at line 59 of file nat66.h.

snat_interface_t* nat66_main_t::interfaces

Interface pool.

Definition at line 49 of file nat66.h.

u32 nat66_main_t::out2in_node_index

Definition at line 60 of file nat66.h.

u32 nat66_main_t::outside_fib_index

Definition at line 63 of file nat66.h.

u32 nat66_main_t::outside_vrf_id

Definition at line 62 of file nat66.h.

vlib_combined_counter_main_t nat66_main_t::session_counters

Session counters.

Definition at line 57 of file nat66.h.

nat66_static_mapping_t* nat66_main_t::sm

Static mapping pool.

Definition at line 51 of file nat66.h.

clib_bihash_24_8_t nat66_main_t::sm_e

Static mapping by external address lookup table.

Definition at line 55 of file nat66.h.

clib_bihash_24_8_t nat66_main_t::sm_l

Static mapping by local address lookup table.

Definition at line 53 of file nat66.h.


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