FD.io VPP  v17.04.2-2-ga8f93f8
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]
 

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 203 of file mpls.api.

Field Documentation

u8 vl_api_fib_path2_t::afi

Definition at line 211 of file mpls.api.

u8 vl_api_fib_path2_t::is_drop

Definition at line 208 of file mpls.api.

u8 vl_api_fib_path2_t::is_local

Definition at line 207 of file mpls.api.

u8 vl_api_fib_path2_t::is_prohibit

Definition at line 210 of file mpls.api.

u8 vl_api_fib_path2_t::is_unreach

Definition at line 209 of file mpls.api.

u8 vl_api_fib_path2_t::next_hop[16]

Definition at line 212 of file mpls.api.

u32 vl_api_fib_path2_t::sw_if_index

Definition at line 205 of file mpls.api.

u32 vl_api_fib_path2_t::weight

Definition at line 206 of file mpls.api.


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