Task #2912
Updated by Ashlesh Gawande over 9 years ago
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
```