[Nfd-dev] NFD faces/create: requires canonical FaceUri

Junxiao Shi shijunxiao at email.arizona.edu
Thu Nov 27 19:59:27 PST 2014


Dear folks

Please be aware of an upcoming NFD Management API change: *faces/create
command requires canonical FaceUri*.
This change will happen no sooner than Dec 04 12:00 UTC.

A canonical FaceUri for UDP and TCP tunnels should specify either IPv4 or
IPv6, have IP address instead of hostname, and contain port number.

Examples of canonical FaceUri:
udp4://192.0.2.1:6363
udp6://[2001:db8::1]:6363
tcp4://192.0.2.1:6363
tcp6://[2001:db8::1]:6363

Examples of non-canonical FaceUri that will be rejected by faces/create
command after the change:
udp://192.0.2.1
udp://example.net:6363
udp4://example.net:6363
udp6://example.net:6363
tcp://192.0.2.1
tcp://example.net:6363
tcp4://example.net:6363
tcp6://example.net:6363

*If you have a library / application that utilizes NFD faces/create
command, please canonize the FaceUri before sending the command*.
Scripts calling nfdc command line tool are unaffected by this change.

Yours, Junxiao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20141127/baf2fc78/attachment.html>


More information about the Nfd-dev mailing list