Actions
Bug #1394
closedUDP/Ethernet multicast faces are missing from `nfd-status -f` output
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}}
Updated by Alex Afanasyev over 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.
Updated by Alex Afanasyev over 10 years ago
- Tracker changed from Task to Bug
- % Done changed from 0 to 100
Updated by Alex Afanasyev over 10 years ago
- Status changed from In Progress to Code review
Updated by Junxiao Shi over 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
Updated by Alex Afanasyev over 10 years ago
- Status changed from Code review to Closed
Actions