Actions
Bug #1619
closedfaces/create command does not respond with canonical FaceUri
Start date:
05/17/2014
Due date:
% Done:
100%
Estimated time:
2.00 h
Description
FaceMgmt specifies positive response for faces/create
command to contain canonical FaceUri:
If the command succeeds, <Body> in ControlResponse block contains updated ControlParameters:
- FaceId
- Uri: FaceUri in canonical form - hostname is substituted with IP address, scheme name indicates either IPv4 or IPv6
Steps to reproduce:
nfd-start
nfdc create udp4://hostname
, where hostname is a DNS name resolvable to an IPv4 address
Actual: Face creation succeeded: ControlParameters(FaceId: 12, Uri: udp4://h1x2, )
Expected: Face creation succeeded: ControlParameters(FaceId: 12, Uri: udp4://192.168.1.2, )
Updated by Anonymous over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi over 10 years ago
- Status changed from Code review to Closed
Actions