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
Updated by Vince Lehman over 9 years ago
- Target version changed from v0.1.0 to v0.1.1
Updated by Vince Lehman about 9 years ago
- Assignee changed from Ashlesh Gawande to Vince Lehman
Updated by Vince Lehman about 9 years ago
- Status changed from New to Code review
Updated by Ashlesh Gawande about 9 years ago
- Status changed from Code review to Closed
- % Done changed from 90 to 100
Actions