Task #1825
Updated by Junxiao Shi over 10 years ago
Design a mechanism for RIB Daemon to inform a routing protocol about operator/application's intent to advertise or withdraw a prefix. Scenario: 1. The operator execute a `rib/advertise` command: NLSR should advertise that this node serves `ndn:/example`. note: This command can be executed regardless of whether a producer of `ndn:/example` exists on local node. 2. RIB Daemon accepts this command, and records that `ndn:/example` prefix should be advertised via NLSR. 3. RIB Daemon informs NLSR to advertise `ndn:/example` prefix. This Task should design how step 3 works.