Actions
Bug #1451
closedA face status notification subscriber doesn't get notification of faces created through nfdc.
Start date:
04/08/2014
Due date:
% Done:
0%
Estimated time:
Description
The face status notification subscriber doesn't get any notification of the faces created through nfdc. However, it does get notifications when applications are connecting/disconnecting to/from nfd.
To reproduce the problem:
- start nfd
- start a face status notification subscriber
- On another terminal run nfdc as shown below and observe outputs from both terminals: nfdc create udp4://192.168.1.1 Output: Face creation succeeded: ControlParameters(FaceId: 7, Uri: udp4://192.168.1.1, ) The subscriber only gets two notifications (when application "nfdc" connects and disconnects) Expected output: 3re notifications, 1 more for the face created to the remote node. Note that I ran this experiment on a single machine, there is no neighboring node with ip 192.168.1.1.
Actions