![]() |
FD.io VPP
v17.10-9-gd594711
Vector Packet Processing
|
FIB path. More...
Data Fields | |
| u32 | sw_if_index |
| u8 | weight |
| u8 | preference |
| u8 | is_local |
| u8 | is_drop |
| u8 | is_unreach |
| u8 | is_prohibit |
| u8 | afi |
| u8 | next_hop [16] |
| u32 | labels [16] |
FIB path.
| 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