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_unreach |
u8 | is_prohibit |
u8 | afi |
u8 | next_hop [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_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