rte_fib_conf - Man Page
Synopsis
#include <rte_fib.h>
Data Fields
enum rte_fib_type type
uint64_t default_nh
unsigned int rib_ext_sz
Detailed Description
FIB configuration structure
Definition at line 77 of file rte_fib.h.
Field Documentation
enum rte_fib_type type
Type of FIB struct
Definition at line 78 of file rte_fib.h.
uint64_t default_nh
Default value returned on lookup if there is no route
Definition at line 80 of file rte_fib.h.
unsigned int rib_ext_sz
Size of the node extension in the internal RIB struct
Definition at line 83 of file rte_fib.h.
Author
Generated automatically by Doxygen for DPDK from the source code.
Info
Version 23.11.0 DPDK