FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
gid_dictionary_t Struct Reference
+ Collaboration diagram for gid_dictionary_t:

Data Fields

gid_ip4_table_t dst_ip4_table
 destination IP LPM ip4 lookup table More...
 
gid_ip4_table_tsrc_ip4_table_pool
 pool of source IP LPM ip4 lookup tables More...
 
gid_ip6_table_t dst_ip6_table
 destination IP LPM ip6 lookup table More...
 
gid_ip6_table_tsrc_ip6_table_pool
 pool of source IP LPM ip6 lookup tables More...
 
gid_mac_table_t sd_mac_table
 flat source/dest mac lookup table More...
 

Detailed Description

Definition at line 79 of file gid_dictionary.h.

Field Documentation

gid_ip4_table_t gid_dictionary_t::dst_ip4_table

destination IP LPM ip4 lookup table

Definition at line 82 of file gid_dictionary.h.

gid_ip6_table_t gid_dictionary_t::dst_ip6_table

destination IP LPM ip6 lookup table

Definition at line 88 of file gid_dictionary.h.

gid_mac_table_t gid_dictionary_t::sd_mac_table

flat source/dest mac lookup table

Definition at line 94 of file gid_dictionary.h.

gid_ip4_table_t* gid_dictionary_t::src_ip4_table_pool

pool of source IP LPM ip4 lookup tables

Definition at line 85 of file gid_dictionary.h.

gid_ip6_table_t* gid_dictionary_t::src_ip6_table_pool

pool of source IP LPM ip6 lookup tables

Definition at line 91 of file gid_dictionary.h.


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