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.
Updated by Junxiao Shi over 10 years ago
- Category set to Management
- Status changed from New to Rejected
- Target version set to v0.1
I cannot reproduce this bug on NFD commit 30d3599ff60d59d26d6bfab0b30ed47b633d0de3.
Attempted steps:
- start NFD
- start
build/bin/nfd-autoreg -i /A -w 0.0.0.0
- execute
nfdc create udp4://192.168.1.1
Observation: nfd-autoreg logs
IGNORED: FaceEventNotification(Kind: created, FaceID: 8, RemoteUri: udp4://192.168.1.1:6363, LocalUri: udp4://192.168.254.15:6363, Flags: 0)
This log line indicates a notification for UDP face created by nfdc is produced correctly.
Actions