summaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorBenjamin Poirier <bpoirier@suse.com>2016-03-21 16:21:40 -0400
committerDavid S. Miller <davem@davemloft.net>2016-03-21 22:56:37 -0400
commit537377d3b766b18b9fca41628d1a9cef690b69fe (patch)
treecab7482ebf28820cf6850bbd9026324bf1529ae9 /Documentation/networking
parent6b226e2f801253edf9d2f2afda538f550ae2b17d (diff)
igmp: Document sysctl_igmp_max_msf
Signed-off-by: Benjamin Poirier <bpoirier@suse.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/ip-sysctl.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index d3768e8dfab6..b183e2b606c8 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -946,10 +946,15 @@ igmp_max_memberships - INTEGER
946 The value 5459 assumes no IP header options, so in practice 946 The value 5459 assumes no IP header options, so in practice
947 this number may be lower. 947 this number may be lower.
948 948
949igmp_max_msf - INTEGER
950 Maximum number of addresses allowed in the source filter list for a
951 multicast group.
952 Default: 10
953
949igmp_qrv - INTEGER 954igmp_qrv - INTEGER
950 Controls the IGMP query robustness variable (see RFC2236 8.1). 955 Controls the IGMP query robustness variable (see RFC2236 8.1).
951 Default: 2 (as specified by RFC2236 8.1) 956 Default: 2 (as specified by RFC2236 8.1)
952 Minimum: 1 (as specified by RFC6636 4.5) 957 Minimum: 1 (as specified by RFC6636 4.5)
953 958
954conf/interface/* changes special settings per interface (where 959conf/interface/* changes special settings per interface (where
955"interface" is the name of your network interface) 960"interface" is the name of your network interface)