[Bug 976] rte_rib (and rte_rib6) do not handle /0 correctly
bugzilla at dpdk.org
bugzilla at dpdk.org
Wed Mar 23 23:46:02 CET 2022
https://bugs.dpdk.org/show_bug.cgi?id=976
Bug ID: 976
Summary: rte_rib (and rte_rib6) do not handle /0 correctly
Product: DPDK
Version: 21.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: dev at dpdk.org
Reporter: stephen at networkplumber.org
Target Milestone: ---
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list