Bug 976 - rte_rib (and rte_rib6) do not handle /0 correctly
Summary: rte_rib (and rte_rib6) do not handle /0 correctly
Status: UNCONFIRMED
Alias: None
Product: DPDK
Classification: Unclassified
Component: other (show other bugs)
Version: 21.11
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: dev
URL:
Depends on:
Blocks:
 
Reported: 2022-03-23 23:46 CET by Stephen Hemminger
Modified: 2022-03-23 23:46 CET (History)
0 users



Attachments

Description Stephen Hemminger 2022-03-23 23:46:02 CET
The function rte_rib_insert() allows inserting 0/0 as a default route, but it is not correctly handled by the current tree code. For example lookups will never match the default route and tree traversal never finds this default route.

Same bug probably exists in rte_rib6

Note You need to log in before you can comment on or make changes to this bug.