FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
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] |
FIB path.
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