Actions
Task #1190
closedFIB on NameTree
Description
Implement FIB API over NameTree.
- FIB entry has a pointer to the NameTree entry with same Name.
- Fib::insert inserts a NameTree entry, and attaches fib::Entry onto NameTree entry.
- Fib::remove detaches fib::Entry from NameTree entry, but does not delete the NameTree entry.
- Fib::findLongestPrefixMatch and Fib::findExactMatch use corresponding features in NameTree API.
- Fib::removeNextHopsFromAllEntries uses NameTree enumeration API.
- Fib iterator uses NameTree enumeration API.
Updated by Junxiao Shi almost 11 years ago
- Subject changed from FIB via NameTree to FIB on NameTree
Updated by Haowei Yuan over 10 years ago
- Assignee changed from Haowei Yuan to Tian Song
Updated by Tian Song over 10 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Updated by Tian Song over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 50 to 80
Updated by Junxiao Shi over 10 years ago
- Status changed from Code review to Closed
- % Done changed from 80 to 100
Actions