FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
bier_table_id_t_ Struct Reference

The ID of a table. More...

Data Fields

bier_table_set_id_t bti_set
 The SET-ID The control plane divdies the bit-position space into sets in the case the max bit-position is greater than the table's bit-string size. More...
 
bier_table_sub_domain_id_t bti_sub_domain
 The Sub-Domain-ID The control plane has the configuration option to specify multiple domains or topologies. More...
 
bier_table_ecmp_id_t bti_ecmp
 The SUB/ECMP-ID Constructed by FIB to achieve ECMP between BFR-NBRs. More...
 
bier_hdr_len_id_t bti_hdr_len
 The size of the bit string processed by this table. More...
 
bier_table_type_t bti_type
 The type of the table; SPF or TE, MPLS or IPv6. More...
 

Detailed Description

The ID of a table.

Definition at line 446 of file bier_types.h.

Field Documentation

bier_table_ecmp_id_t bier_table_id_t_::bti_ecmp

The SUB/ECMP-ID Constructed by FIB to achieve ECMP between BFR-NBRs.

Definition at line 466 of file bier_types.h.

bier_hdr_len_id_t bier_table_id_t_::bti_hdr_len

The size of the bit string processed by this table.

Definition at line 471 of file bier_types.h.

bier_table_set_id_t bier_table_id_t_::bti_set

The SET-ID The control plane divdies the bit-position space into sets in the case the max bit-position is greater than the table's bit-string size.

Definition at line 453 of file bier_types.h.

bier_table_sub_domain_id_t bier_table_id_t_::bti_sub_domain

The Sub-Domain-ID The control plane has the configuration option to specify multiple domains or topologies.

Definition at line 460 of file bier_types.h.

bier_table_type_t bier_table_id_t_::bti_type

The type of the table; SPF or TE, MPLS or IPv6.

Definition at line 476 of file bier_types.h.


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