From b46f30e25f93439eaf6d20882a7b9d19d754e413 Mon Sep 17 00:00:00 2001 From: David Stevens Date: Sun, 7 Mar 2004 20:15:15 -0800 Subject: [IPV4/IPV6]: Add sysctl limits for mcast src filters. --- include/linux/sysctl.h | 3 ++- include/net/ipv6.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index fca4306e8f58..dbd57168ac61 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -405,7 +405,8 @@ enum { NET_IPV6_IP6FRAG_HIGH_THRESH=21, NET_IPV6_IP6FRAG_LOW_THRESH=22, NET_IPV6_IP6FRAG_TIME=23, - NET_IPV6_IP6FRAG_SECRET_INTERVAL=24 + NET_IPV6_IP6FRAG_SECRET_INTERVAL=24, + NET_IPV6_MLD_MAX_MSF=25, }; enum { diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 6ebdb4b25922..b647b048bbbf 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -108,6 +108,7 @@ struct frag_hdr { /* sysctls */ extern int sysctl_ipv6_bindv6only; +extern int sysctl_mld_max_msf; /* MIBs */ DECLARE_SNMP_STAT(struct ipv6_mib, ipv6_statistics); -- cgit v1.2.3