tools: ndn-autoconfig: Register also /localhop/nfd prefix towards the hub

Change-Id: Ia5f9ac5514470070160d32ed8883d3fa04d33e10
Refs: #2416
This commit is contained in:
Alexander Afanasyev
2015-01-26 18:46:07 -08:00
parent 2a655f70a1
commit bda8366ada
+3
View File
@@ -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