Actions
Task #2912
closedRemove "FIB Entries" from NDN host options
Start date:
06/16/2015
Due date:
% Done:
100%
Estimated time:
Description
The code to add and remove FIB entries at start up is not used by the project. The tab in the GUI as well as the obsolete code should be removed.
The mix up of app and fib at lines 45,46 and 75,76 of ndn/ndn_host.py should be fixed.
self.setParam(r, 'app', fib=fib) # why is this not app=app, to be investigated
self.setParam(r, 'fib', app=app) # and this fib=fib
Actions