FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
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... | |
The ID of a table.
Definition at line 394 of file bier_types.h.
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 414 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 419 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 401 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 408 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 424 of file bier_types.h.