Project

General

Profile

Actions

Task #4018

closed

Extend configuration file to support enabling "ad hoc" face support

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

Status:
Closed
Priority:
High
Assignee:
Category:
Management
Target version:
Start date:
03/27/2017
Due date:
% Done:

100%

Estimated time:

Description

This task is to define and realize two configuration options to make all UDP multicast faces and Ethernet multicast faces "ad hoc".

face_system
{
  ...
  udp
  {
    ...
    ; Make all UDP multicast faces "ad hoc" (disabled by default)
    ; mcast_ad_hoc yes
  }

  ...

  ether
  {
    ...
    ; Make all Ethernet multicast faces "ad hoc" (disabled by default)
    mcast_ad_hoc yes
  }

  ...
}

This is a "temporary" solution before a dynamic detection of face type is available (#3967) and for platforms that do not provide ability to detect type (or we didn't implement that).


Related issues 1 (0 open1 closed)

Is duplicate of NFD - Feature #3967: "ad hoc" property on multi-access faceClosedTeng Liang

Actions
Actions

Also available in: Atom PDF