<div dir="ltr">Dear folks<div><br></div><div>Please be aware of an upcoming NFD Management API change: <b>faces/create command requires canonical FaceUri</b>.</div><div>This change will happen no sooner than Dec 04 12:00 UTC.</div><div><br></div><div>A canonical FaceUri for UDP and TCP tunnels should specify either IPv4 or IPv6, have IP address instead of hostname, and contain port number.</div><div><br></div><div>Examples of canonical FaceUri:</div><div><div>udp4://<a href="http://192.0.2.1:6363">192.0.2.1:6363</a></div><div>udp6://[2001:db8::1]:6363</div><div><div>tcp4://<a href="http://192.0.2.1:6363">192.0.2.1:6363</a></div><div>tcp6://[2001:db8::1]:6363</div></div><div><br></div><div>Examples of non-canonical FaceUri that will be rejected by faces/create command after the change:</div><div>udp://<a href="http://192.0.2.1">192.0.2.1</a></div><div>udp://<a href="http://example.net:6363">example.net:6363</a></div><div>udp4://<a href="http://example.net:6363">example.net:6363</a></div><div>udp6://<a href="http://example.net:6363">example.net:6363</a></div><div>tcp://<a href="http://192.0.2.1">192.0.2.1</a><br></div><div>tcp://<a href="http://example.net:6363">example.net:6363</a></div><div>tcp4://<a href="http://example.net:6363">example.net:6363</a></div><div>tcp6://<a href="http://example.net:6363">example.net:6363</a></div></div><div><br></div><div><b>If you have a library / application that utilizes NFD faces/create command, please canonize the FaceUri before sending the command</b>.<br></div><div><div>Scripts calling nfdc command line tool are unaffected by this change.<br></div></div><div><br></div><div>Yours, Junxiao</div></div>