patch-2.4.26 linux-2.4.26/net/ipv6/sysctl_net_ipv6.c

Next file: linux-2.4.26/net/ipv6/tcp_ipv6.c
Previous file: linux-2.4.26/net/ipv6/netfilter/ip6_tables.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/net/ipv6/sysctl_net_ipv6.c linux-2.4.26/net/ipv6/sysctl_net_ipv6.c
@@ -24,6 +24,8 @@
 	{NET_IPV6_ICMP, "icmp", NULL, 0, 0500, ipv6_icmp_table},
 	{NET_IPV6_BINDV6ONLY, "bindv6only",
 	 &sysctl_ipv6_bindv6only, sizeof(int), 0644, NULL, &proc_dointvec},
+	{NET_IPV6_MLD_MAX_MSF, "mld_max_msf",
+	 &sysctl_mld_max_msf, sizeof(int), 0644, NULL, &proc_dointvec},
 	{0}
 };
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)