Actions
Bug #2387
closedndn-autoconfig: FaceCreateCommand uses non-canonical FaceUri
Start date:
01/15/2015
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
Steps to reproduce:
- setup an environment where HUB can be discovered at stage 2 only
- run
ndn-autoconfig
Expected: HUB connection established
Actual: about to connect to: udp://ns.autoconfig-test.named-data.net:6363 ERROR: Failed to create face: Non-canonical URI (code: 400)
FaceMgmt faces/create command accepts canonical FaceUri only.
After constructing FaceUri, it must be canonized before passing to faces/create API.
Updated by Junxiao Shi almost 10 years ago
- Blocks Bug #2360: Multiple scenarios: ERROR: error while connecting to the forwarder (No such file or directory) added
Updated by Hila Ben Abraham almost 10 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi almost 10 years ago
- Status changed from Code review to Closed
Actions