Actions
Feature #4529
openMerge NFD-RIB into management thread
Status:
New
Priority:
Normal
Assignee:
-
Category:
RIB
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
9.00 h
Description
NFD-RIB currently interacts with FIB through control commands. After management is separated to its own thread (#4528), NFD-RIB can be merged into the same management thread, and interact with FIB through direct function calls.
This decreases the complexity of NFD-RIB and FIB management (fib/add-nexthop
and fib/remove-nexthop
commands can be eliminated).
Actions