Skip to content

Commit

Permalink
IGMP: Document igmp_link_local_mcast_reports
Browse files Browse the repository at this point in the history
Document the addition of a new sysctl variable which controls the
generation of IGMP reports for link local multicast groups in the
224.0.0.X range.

IGMP reports for local multicast groups can now be optionally
inhibited by setting the value to zero e.g.:
echo 0 > /proc/sys/net/ipv4/igmp_link_local_mcast_reports

To retain backwards compatibility the previous behaviour is retained
by default on system boot or reverted by setting the value back to
non-zero.

Signed-off-by: Philip Downey <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Philip Downey authored and davem330 committed Aug 31, 2015
1 parent 4c22279 commit 87583eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/networking/ip-sysctl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,11 @@ xfrm4_gc_thresh - INTEGER
destination cache entries. At twice this value the system will
refuse new allocations.

igmp_link_local_mcast_reports - BOOLEAN
Enable IGMP reports for link local multicast groups in the
224.0.0.X range.
Default TRUE

Alexey Kuznetsov.
[email protected]

Expand Down

0 comments on commit 87583eb

Please sign in to comment.