Actions
Task #1127
closedmock implementation of FIB
Start date:
01/24/2014
Due date:
01/24/2014
% Done:
100%
Estimated time:
4.00 h
Description
Implement a subset of FIB entry and FIB table functionality.
Fib
class contains: insert, findLongestPrefixMatch, removeNextHopFromAllEntries
fib::Entry
class contains: getPrefix, getNextHops, addNextHop, removeNextHop
There is no performance requirement on this mock implementation.
Updated by Junxiao Shi almost 11 years ago
- Description updated (diff)
- Start date changed from 01/23/2014 to 01/24/2014
removeNextHopFromAllEntries
is necessary when producer goes away.
Updated by Junxiao Shi almost 11 years ago
- Status changed from New to In Progress
Updated by Junxiao Shi almost 11 years ago
- Description updated (diff)
fib::Entry::getEffectiveNextHops
is needed by forwarding
Updated by Junxiao Shi almost 11 years ago
- % Done changed from 0 to 40
- Estimated time changed from 3.00 h to 4.00 h
Updated by Junxiao Shi almost 11 years ago
- Description updated (diff)
fib::Entry::removeNextHop
is needed by Fib::removeNextHopFromAllEntries
.
fib::Entry::getEffectiveNextHops
is deleted;
fib::Entry::getNextHops
now must return ordered list.
Updated by Junxiao Shi almost 11 years ago
- Status changed from In Progress to Resolved
- % Done changed from 40 to 100
Updated by Junxiao Shi almost 11 years ago
- Status changed from Resolved to Closed
Actions