FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
vl_api_fib_path3_t Struct Reference

FIB path. More...

Data Fields

u32 sw_if_index
 
u32 table_id
 
u8 weight
 
u8 preference
 
u8 is_local
 
u8 is_drop
 
u8 is_udp_encap
 
u8 afi
 
u8 next_hop [16]
 
u32 next_hop_id
 
u32 rpf_id
 
u8 n_labels
 
u32 label_stack [16]
 

Detailed Description

FIB path.

Template Parameters
sw_if_index- index of the interface
weight- The weight, for UCMP
preference- The preference of the path. lowest preference is prefered
is_local- local if non-zero, else remote
is_drop- Drop the packet
is_udp_encap- The path describes a UDP-o-IP encapsulation.
afi- the afi of the next hop, IP46_TYPE_IP4=1, IP46_TYPE_IP6=2
next_hop[16]- the next hop address
next_hop_id- Used when the path resolves via an object that has a unique identifier. e.g. the UDP encap object

WARNING: this type is replicated, pending cleanup completion

Definition at line 80 of file bier.api.

Field Documentation

u8 vl_api_fib_path3_t::afi

Definition at line 89 of file bier.api.

u8 vl_api_fib_path3_t::is_drop

Definition at line 87 of file bier.api.

u8 vl_api_fib_path3_t::is_local

Definition at line 86 of file bier.api.

u8 vl_api_fib_path3_t::is_udp_encap

Definition at line 88 of file bier.api.

u32 vl_api_fib_path3_t::label_stack[16]

Definition at line 94 of file bier.api.

u8 vl_api_fib_path3_t::n_labels

Definition at line 93 of file bier.api.

u8 vl_api_fib_path3_t::next_hop[16]

Definition at line 90 of file bier.api.

u32 vl_api_fib_path3_t::next_hop_id

Definition at line 91 of file bier.api.

u8 vl_api_fib_path3_t::preference

Definition at line 85 of file bier.api.

u32 vl_api_fib_path3_t::rpf_id

Definition at line 92 of file bier.api.

u32 vl_api_fib_path3_t::sw_if_index

Definition at line 82 of file bier.api.

u32 vl_api_fib_path3_t::table_id

Definition at line 83 of file bier.api.

u8 vl_api_fib_path3_t::weight

Definition at line 84 of file bier.api.


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