FD.io VPP  v17.07.01-10-g3be13f0
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 78 of file fib_test.h.

Field Documentation

union { ... }
adj_index_t fib_test_rep_bucket_t_::adj

Definition at line 88 of file fib_test.h.

struct { ... } fib_test_rep_bucket_t_::adj
mpls_eos_bit_t fib_test_rep_bucket_t_::eos

Definition at line 85 of file fib_test.h.

mpls_label_t fib_test_rep_bucket_t_::label

Definition at line 86 of file fib_test.h.

struct { ... } fib_test_rep_bucket_t_::label_o_adj
u8 fib_test_rep_bucket_t_::ttl

Definition at line 87 of file fib_test.h.

fib_test_rep_bucket_type_t fib_test_rep_bucket_t_::type

Definition at line 79 of file fib_test.h.


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