Project

General

Profile

Actions

Bug #1451

closed

A face status notification subscriber doesn't get notification of faces created through nfdc.

Added by Syed Amin about 10 years ago. Updated about 10 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Management
Target version:
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:

  1. start nfd
  2. start a face status notification subscriber
  3. 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 #1

Updated by Junxiao Shi about 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:

  1. start NFD
  2. start build/bin/nfd-autoreg -i /A -w 0.0.0.0
  3. 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

Also available in: Atom PDF