From patchwork Mon Aug 12 03:33:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hannes Frederic Sowa X-Patchwork-Id: 266412 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C4B932C007C for ; Mon, 12 Aug 2013 13:34:30 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755641Ab3HLDeA (ORCPT ); Sun, 11 Aug 2013 23:34:00 -0400 Received: from order.stressinduktion.org ([87.106.68.36]:45344 "EHLO order.stressinduktion.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755619Ab3HLDeA (ORCPT ); Sun, 11 Aug 2013 23:34:00 -0400 Received: by order.stressinduktion.org (Postfix, from userid 500) id C5DD21A0C2AF; Mon, 12 Aug 2013 05:33:58 +0200 (CEST) Date: Mon, 12 Aug 2013 05:33:58 +0200 From: Hannes Frederic Sowa To: Cong Wang Cc: netdev@vger.kernel.org, william.manley@youview.com, bcrl@kvack.org Subject: [PATCH net-next] net: documentation update for IGMP/MLD unsolicited report interval knobs Message-ID: <20130812033358.GA15405@order.stressinduktion.org> Mail-Followup-To: Cong Wang , netdev@vger.kernel.org, william.manley@youview.com, bcrl@kvack.org References: <20130812014859.GA13886@order.stressinduktion.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Joined documentation update for IPv4 and IPv6 MLD/IGMP unsolicited_report_interval procfs knobs. Cc: Cong Wang Cc: William Manley Cc: Benjamin LaHaise Signed-off-by: Hannes Frederic Sowa --- Documentation/networking/ip-sysctl.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 36be26b..debfe85 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt @@ -1039,7 +1039,15 @@ disable_policy - BOOLEAN disable_xfrm - BOOLEAN Disable IPSEC encryption on this interface, whatever the policy +igmpv2_unsolicited_report_interval - INTEGER + The interval in milliseconds in which the next unsolicited + IGMPv1 or IGMPv2 report retransmit will take place. + Default: 10000 (10 seconds) +igmpv3_unsolicited_report_interval - INTEGER + The interval in milliseconds in which the next unsolicited + IGMPv3 report retransmit will take place. + Default: 1000 (1 seconds) tag - INTEGER Allows you to write a number, which can be used as required. @@ -1331,6 +1339,16 @@ ndisc_notify - BOOLEAN 1 - Generate unsolicited neighbour advertisements when device is brought up or hardware address changes. +mldv1_unsolicited_report_interval - INTEGER + The interval in milliseconds in which the next unsolicited + MLDv1 report retransmit will take place. + Default: 10000 (10 seconds) + +mldv2_unsolicited_report_interval - INTEGER + The interval in milliseconds in which the next unsolicited + MLDv2 report retransmit will take place. + Default: 1000 (1 second) + icmp/*: ratelimit - INTEGER Limit the maximal rates for sending ICMPv6 packets.