Actions
Task #4018
closedExtend configuration file to support enabling "ad hoc" face support
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).
Updated by Alex Afanasyev over 7 years ago
- Related to Feature #3967: "ad hoc" property on multi-access face added
Updated by Junxiao Shi over 7 years ago
- Related to deleted (Feature #3967: "ad hoc" property on multi-access face)
Updated by Junxiao Shi over 7 years ago
- Is duplicate of Feature #3967: "ad hoc" property on multi-access face added
Updated by Junxiao Shi over 7 years ago
- Status changed from New to Duplicate
This is already part of #3967 "the return value shall be controlled by a global config option" and does not need a separate issue.
Updated by Alex Afanasyev over 7 years ago
- Is duplicate of deleted (Feature #3967: "ad hoc" property on multi-access face)
Updated by Alex Afanasyev over 7 years ago
- Related to Feature #3967: "ad hoc" property on multi-access face added
Updated by Alex Afanasyev over 7 years ago
- Related to deleted (Feature #3967: "ad hoc" property on multi-access face)
Updated by Alex Afanasyev over 7 years ago
- Related to Feature #3967: "ad hoc" property on multi-access face added
Updated by Junxiao Shi over 7 years ago
- Related to deleted (Feature #3967: "ad hoc" property on multi-access face)
Updated by Junxiao Shi over 7 years ago
- Is duplicate of Feature #3967: "ad hoc" property on multi-access face added
Updated by Junxiao Shi over 7 years ago
- Status changed from In Progress to Duplicate
Updated by Alex Afanasyev over 7 years ago
- Status changed from Duplicate to In Progress
Junxiao, please stop marking this issue as duplicate. This is a valid and specific issue related but not covered by the other one
Updated by Teng Liang over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Actions