FD.io VPP  v17.07.01-10-g3be13f0
Vector Packet Processing
vl_api_fib_path_t Struct Reference

FIB path. More...

Data Fields

u32 sw_if_index
 
u32 weight
 
u8 is_local
 
u8 is_drop
 
u8 is_unreach
 
u8 is_prohibit
 
u8 afi
 
u8 next_hop [16]
 

Detailed Description

FIB path.

Template Parameters
sw_if_index- index of the interface
weight- The weight, for UCMP
is_local- local if non-zero, else remote
is_drop- Drop the packet
is_unreach- Drop the packet and rate limit send ICMP unreachable
is_prohibit- Drop the packet and rate limit send ICMP prohibited
afi- the afi of the next hop, IP46_TYPE_IP4=1, IP46_TYPE_IP6=2
next_hop[16]- the next hop address

WARNING: this type is replicated, pending cleanup completion

Definition at line 43 of file ip.api.

Field Documentation

u8 vl_api_fib_path_t::afi

Definition at line 51 of file ip.api.

u8 vl_api_fib_path_t::is_drop

Definition at line 48 of file ip.api.

u8 vl_api_fib_path_t::is_local

Definition at line 47 of file ip.api.

u8 vl_api_fib_path_t::is_prohibit

Definition at line 50 of file ip.api.

u8 vl_api_fib_path_t::is_unreach

Definition at line 49 of file ip.api.

u8 vl_api_fib_path_t::next_hop[16]

Definition at line 52 of file ip.api.

u32 vl_api_fib_path_t::sw_if_index

Definition at line 45 of file ip.api.

u32 vl_api_fib_path_t::weight

Definition at line 46 of file ip.api.


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