Closed yoursunny closed 2 years ago
Separate the concept of RibTable from RibEntry.
RibTable
RibEntry
Fix a logic bug in pruneIfEmpty. The bug was on this line:
pruneIfEmpty
if child == r {
Separate the concept of
RibTable
fromRibEntry
.Fix a logic bug in
pruneIfEmpty
. The bug was on this line: