Task #1127
closed
mock implementation of FIB
Added by Junxiao Shi almost 11 years ago.
Updated almost 11 years ago.
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.
- Description updated (diff)
- Start date changed from 01/23/2014 to 01/24/2014
removeNextHopFromAllEntries
is necessary when producer goes away.
- Assignee set to Junxiao Shi
- Status changed from New to In Progress
- Description updated (diff)
fib::Entry::getEffectiveNextHops
is needed by forwarding
- % Done changed from 0 to 40
- Estimated time changed from 3.00 h to 4.00 h
- Description updated (diff)
fib::Entry::removeNextHop
is needed by Fib::removeNextHopFromAllEntries
.
fib::Entry::getEffectiveNextHops
is deleted;
fib::Entry::getNextHops
now must return ordered list.
- Status changed from In Progress to Resolved
- % Done changed from 40 to 100
- Target version set to Mock
- Status changed from Resolved to Closed
Also available in: Atom
PDF