Project

General

Profile

Task #1127

Updated by Junxiao Shi over 10 years ago

Implement a subset of FIB entry and FIB table functionality. 

 `Fib` class contains: insert, findLongestPrefixMatch, removeNextHopFromAllEntries   
 `fib::Entry` class contains: getPrefix, getNextHops, addNextHop, removeNextHop getEffectiveNextHops 

 There is no performance requirement on this mock implementation.

Back