FD.io VPP  v17.07.01-10-g3be13f0
Vector Packet Processing
vl_api_fib_path2_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]
 
u32 labels [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 110 of file mpls.api.

Field Documentation

u8 vl_api_fib_path2_t::afi

Definition at line 118 of file mpls.api.

u8 vl_api_fib_path2_t::is_drop

Definition at line 115 of file mpls.api.

u8 vl_api_fib_path2_t::is_local

Definition at line 114 of file mpls.api.

u8 vl_api_fib_path2_t::is_prohibit

Definition at line 117 of file mpls.api.

u8 vl_api_fib_path2_t::is_unreach

Definition at line 116 of file mpls.api.

u32 vl_api_fib_path2_t::labels[16]

Definition at line 120 of file mpls.api.

u8 vl_api_fib_path2_t::next_hop[16]

Definition at line 119 of file mpls.api.

u32 vl_api_fib_path2_t::sw_if_index

Definition at line 112 of file mpls.api.

u32 vl_api_fib_path2_t::weight

Definition at line 113 of file mpls.api.


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