![]() |
FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
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 | |
| }; | |
Definition at line 100 of file fib_test.h.
| union { ... } |
| adj_index_t fib_test_rep_bucket_t_::adj |
Definition at line 110 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 107 of file fib_test.h.
| mpls_label_t fib_test_rep_bucket_t_::label |
Definition at line 108 of file fib_test.h.
| struct { ... } fib_test_rep_bucket_t_::label_o_adj |
| u8 fib_test_rep_bucket_t_::ttl |
Definition at line 109 of file fib_test.h.
| fib_test_rep_bucket_type_t fib_test_rep_bucket_t_::type |
Definition at line 101 of file fib_test.h.