DPDK 22.11.5
|
#include <rte_fib6.h>
Data Fields | |
enum rte_fib6_type | type |
uint64_t | default_nh |
unsigned int | rib_ext_sz |
FIB configuration structure
Definition at line 68 of file rte_fib6.h.
enum rte_fib6_type type |
Type of FIB struct
Definition at line 69 of file rte_fib6.h.
uint64_t default_nh |
Default value returned on lookup if there is no route
Definition at line 71 of file rte_fib6.h.
unsigned int rib_ext_sz |
Size of the node extension in the internal RIB struct
Definition at line 74 of file rte_fib6.h.