Project

General

Profile

Feature #1428

Updated by Junxiao Shi about 10 years ago

FaceUri parser should recognize link-local IPv6 address in the form of `tcp6://[fe80::d6ae:52ff:fecd:260c%eth1]:6363`.   
 `%eth1` part is required Related to specify the NIC being used. 

 TCP and UDP factories should allow creating faces using link-local IPv6 address with explicitly specified NIC name. #1421 

     $build/bin/nfdc create tcp6://[fe80::d6ae:52ff:fecd:260c] 

     ERROR: Face creation failed: Failed to create face 

Back