Project

General

Profile

Actions

Bug #2563

closed

Multicast faces are reported as point-to-point

Added by Davide Pesavento about 9 years ago. Updated about 9 years ago.

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

100%

Estimated time:

Description

nfd-status -f shows all faces, including multicast ones, as "point-to-point". IIUC multicast faces should be reported as "multi-access".

There are actually two bugs here:

  1. Face::copyStatusTo does not set the flag in FaceTraits, which therefore defaults to LINK_TYPE_POINT_TO_POINT.
  2. EthernetFace does not override isMultiAccess to return true (but MulticastUdpFace does).
Actions

Also available in: Atom PDF