FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
fib_test_rep_bucket_t_ Struct Reference

Data Fields

fib_test_rep_bucket_type_t type
 
union {
   struct {
      mpls_eos_bit_t   eos
 
      mpls_label_t   label
 
      u8   ttl
 
      adj_index_t   adj
 
   }   label_o_adj
 
   struct {
      adj_index_t   adj
 
   }   adj
 
}; 
 

Detailed Description

Definition at line 100 of file fib_test.h.

Field Documentation

◆ @253

union { ... }

◆ adj [1/2]

adj_index_t fib_test_rep_bucket_t_::adj

Definition at line 110 of file fib_test.h.

◆ adj [2/2]

struct { ... } fib_test_rep_bucket_t_::adj

◆ eos

mpls_eos_bit_t fib_test_rep_bucket_t_::eos

Definition at line 107 of file fib_test.h.

◆ label

mpls_label_t fib_test_rep_bucket_t_::label

Definition at line 108 of file fib_test.h.

◆ label_o_adj

struct { ... } fib_test_rep_bucket_t_::label_o_adj

◆ ttl

u8 fib_test_rep_bucket_t_::ttl

Definition at line 109 of file fib_test.h.

◆ type

fib_test_rep_bucket_type_t fib_test_rep_bucket_t_::type

Definition at line 101 of file fib_test.h.


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