DPDK  24.03.0
Data Fields
rte_fib_conf Struct Reference

#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

Examples:
examples/l3fwd/l3fwd_fib.c.

Definition at line 77 of file rte_fib.h.

Field Documentation

◆ type

enum rte_fib_type type

Type of FIB struct

Examples:
examples/l3fwd/l3fwd_fib.c.

Definition at line 78 of file rte_fib.h.

◆ default_nh

uint64_t default_nh

Default value returned on lookup if there is no route

Examples:
examples/l3fwd/l3fwd_fib.c.

Definition at line 80 of file rte_fib.h.

◆ rib_ext_sz

unsigned int rib_ext_sz

Size of the node extension in the internal RIB struct

Examples:
examples/l3fwd/l3fwd_fib.c.

Definition at line 83 of file rte_fib.h.


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