DPDK  22.07.0
Data Fields
rte_fib6_conf Struct Reference

#include <rte_fib6.h>

Data Fields

enum rte_fib6_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 68 of file rte_fib6.h.

Field Documentation

◆ type

enum rte_fib6_type type

Type of FIB struct

Examples:
examples/l3fwd/l3fwd_fib.c.

Definition at line 69 of file rte_fib6.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 71 of file rte_fib6.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 74 of file rte_fib6.h.


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