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@dpdk.org Reporter: step...@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.