Project

General

Profile

Actions

Task #2912

closed

Remove "FIB Entries" from NDN host options

Added by Vince Lehman almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
GUI
Target version:
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

Also available in: Atom PDF