Project

General

Profile

Actions

Bug #1619

closed

faces/create command does not respond with canonical FaceUri

Added by Junxiao Shi almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Management
Target version:
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:

  1. nfd-start
  2. 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, )

Actions #1

Updated by Anonymous almost 10 years ago

  • Status changed from New to In Progress
Actions #2

Updated by Anonymous almost 10 years ago

  • Status changed from In Progress to Code review
  • % Done changed from 0 to 100
Actions #3

Updated by Junxiao Shi almost 10 years ago

  • Status changed from Code review to Closed
Actions

Also available in: Atom PDF