Project

General

Profile

Actions

Task #1127

closed

mock implementation of FIB

Added by Junxiao Shi over 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Tables
Target version:
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.


Related issues 1 (0 open1 closed)

Precedes NFD - Task #1139: mock forwarder initializationClosed01/27/201401/27/2014

Actions
Actions #1

Updated by Junxiao Shi over 10 years ago

  • Description updated (diff)
  • Start date changed from 01/23/2014 to 01/24/2014

removeNextHopFromAllEntries is necessary when producer goes away.

Actions #2

Updated by Junxiao Shi over 10 years ago

  • Assignee set to Junxiao Shi
Actions #3

Updated by Junxiao Shi over 10 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Junxiao Shi over 10 years ago

  • Description updated (diff)

fib::Entry::getEffectiveNextHops is needed by forwarding

Actions #5

Updated by Junxiao Shi over 10 years ago

  • % Done changed from 0 to 40
  • Estimated time changed from 3.00 h to 4.00 h
Actions #6

Updated by Junxiao Shi over 10 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.

Actions #7

Updated by Junxiao Shi over 10 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 40 to 100
Actions #8

Updated by Alex Afanasyev over 10 years ago

  • Target version set to Mock
Actions #9

Updated by Junxiao Shi about 10 years ago

  • Status changed from Resolved to Closed
Actions #10

Updated by Junxiao Shi about 10 years ago

  • Category set to Tables
Actions

Also available in: Atom PDF