aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorDavid L Stevens <dlstevens@us.ibm.com>2005-12-26 17:03:46 -0800
committerDavid S. Miller <davem@davemloft.net>2005-12-26 17:03:46 -0800
commit6f4353d891b5e477528cd0b996e0263fecdf5d5f (patch)
tree9f8f9f066fa82cf6b45a0b5002549f4b08c5fbbb /net/ipv6
parent[PATCH] Fix Fibre Channel boot oops (diff)
downloadlinux-dev-6f4353d891b5e477528cd0b996e0263fecdf5d5f.tar.xz
linux-dev-6f4353d891b5e477528cd0b996e0263fecdf5d5f.zip
[IPV6]: Increase default MLD_MAX_MSF to 64.
The existing default of 10 is just way too low. Signed-off-by: David L Stevens <dlstevens@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/mcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c
index fd939da090c4..057d8619ba13 100644
--- a/net/ipv6/mcast.c
+++ b/net/ipv6/mcast.c
@@ -170,7 +170,7 @@ static int ip6_mc_leave_src(struct sock *sk, struct ipv6_mc_socklist *iml,
#define MLDV2_QQIC(value) MLDV2_EXP(0x80, 4, 3, value)
#define MLDV2_MRC(value) MLDV2_EXP(0x8000, 12, 3, value)
-#define IPV6_MLD_MAX_MSF 10
+#define IPV6_MLD_MAX_MSF 64
int sysctl_mld_max_msf = IPV6_MLD_MAX_MSF;