Project

General

Profile

Task #1396

Updated by Junxiao Shi about 10 years ago

Develop a method to display the local endpoint of Right now we create UDP and Ethernet multicast face, 
 so that user can distinguish among multicast faces in `nfd-status` output. for each interface, but the face does not include any identification on which interface the specific face is created. 

     [cawka@cawka-mac NFD (new-master)]$ ./build/bin/nfd-status -f 
     Faces: 
       ... 
       faceid=2 uri=udp4://224.0.23.170:56363 counters={in={0i 0d} out={0i 0d}} 
       faceid=3 uri=udp4://224.0.23.170:56363 counters={in={0i 0d} out={0i 0d}} 
       ... 

Back