Project

General

Profile

Actions

Bug #1394

closed

UDP/Ethernet multicast faces are missing from `nfd-status -f` output

Added by Alex Afanasyev about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Management
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
0.50 h

Description

This is a follow up to Yi's comment about multicast faces. Something is wrong. I have enabled multicast faces in my configuration, nfd attempted to create them, but there is nothing in nfd-status. Did we actually added the face to the forwarder (=assigned FaceId to it?):

INFO: [UdpFace] Creating multicast UDP face for group 224.0.23.170:56363
INFO: [FaceManager] Created multicast Face ID -1
DEBUG: [UdpFactory] Creating unicast 10.0.0.2:6363
INFO: [UdpFace] Creating multicast UDP face for group 224.0.23.170:56363
INFO: [FaceManager] Created multicast Face ID -1
DEBUG: [UdpFactory] Creating unicast 127.0.0.1:6363
DEBUG: [FaceUri] URI [ether://bridge0/01:00:5e:00:17:aa] parsed into: ether, bridge0, , /01:00:5e:00:17:aa
INFO: [EthernetFace] Creating ethernet face on bridge0: ba-8d-12-73-93-00 <--> 01-00-5e-00-17-aa
WARNING: [EthernetFace] [id:-1,endpoint:bridge0] Failed to get interface MTU, assuming 1500
DEBUG: [EthernetFace] [id:-1,endpoint:bridge0] Interface MTU is: 1500
INFO: [FaceManager] Created multicast Face ID -1
DEBUG: [FaceUri] URI [ether://en0/01:00:5e:00:17:aa] parsed into: ether, en0, , /01:00:5e:00:17:aa
INFO: [EthernetFace] Creating ethernet face on en0: 3c-07-54-41-44-13 <--> 01-00-5e-00-17-aa
WARNING: [EthernetFace] [id:-1,endpoint:en0] Failed to get interface MTU, assuming 1500
DEBUG: [EthernetFace] [id:-1,endpoint:en0] Interface MTU is: 1500
INFO: [FaceManager] Created multicast Face ID -1
DEBUG: [FaceUri] URI [ether://en1/01:00:5e:00:17:aa] parsed into: ether, en1, , /01:00:5e:00:17:aa
INFO: [EthernetFace] Creating ethernet face on en1: b8-8d-12-37-b6-f8 <--> 01-00-5e-00-17-aa
WARNING: [EthernetFace] [id:-1,endpoint:en1] Failed to get interface MTU, assuming 1500
DEBUG: [EthernetFace] [id:-1,endpoint:en1] Interface MTU is: 1500
INFO: [FaceManager] Created multicast Face ID -1
DEBUG: [FaceUri] URI [ether://en3/01:00:5e:00:17:aa] parsed into: ether, en3, , /01:00:5e:00:17:aa
INFO: [EthernetFace] Creating ethernet face on en3: d2-00-19-d2-bd-00 <--> 01-00-5e-00-17-aa
WARNING: [EthernetFace] [id:-1,endpoint:en3] Failed to get interface MTU, assuming 1500
DEBUG: [EthernetFace] [id:-1,endpoint:en3] Interface MTU is: 1500
INFO: [FaceManager] Created multicast Face ID -1

[cawka@cawka-mac NFD (new-master)]$ ./build/bin/nfd-status  -f
Faces:
  faceid=1 uri=internal:// counters={in={0i 16d} out={10i 0d}}
  faceid=5 uri=unix:///private/tmp/nfd.sock counters={in={1i 0d} out={0i 0d}}
Actions #1

Updated by Alex Afanasyev about 10 years ago

  • Category set to Management
  • Status changed from New to In Progress
  • Assignee set to Alex Afanasyev
  • Target version set to v0.1
  • Estimated time set to 0.50 h

We forgot to add the created face to the FaceTable. I will do the fix.

Actions #2

Updated by Alex Afanasyev about 10 years ago

  • Tracker changed from Task to Bug
  • % Done changed from 0 to 100
Actions #3

Updated by Alex Afanasyev about 10 years ago

  • Status changed from In Progress to Code review
Actions #4

Updated by Junxiao Shi about 10 years ago

  • Subject changed from Something wrong with Udp/Ethernet multicast faces to UDP/Ethernet multicast faces are missing from `nfd-status -f` output
Actions #5

Updated by Alex Afanasyev about 10 years ago

  • Status changed from Code review to Closed
Actions

Also available in: Atom PDF