tools: ndn-autoconfig: Register also /localhop/nfd prefix towards the hub
Change-Id: Ia5f9ac5514470070160d32ed8883d3fa04d33e10 Refs: #2416
This commit is contained in:
@@ -75,6 +75,9 @@ Base::onHubConnectSuccess(const nfd::ControlParameters& resp)
|
||||
|
||||
static const Name TESTBED_PREFIX = "/ndn";
|
||||
registerPrefix(TESTBED_PREFIX, resp.getFaceId());
|
||||
|
||||
static const Name LOCALHOP_NFD_PREFIX = "/localhop/nfd";
|
||||
registerPrefix(LOCALHOP_NFD_PREFIX, resp.getFaceId());
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user