diff options
| author | David Stevens <dlstevens@us.ibm.com> | 2004-03-07 20:15:15 -0800 |
|---|---|---|
| committer | Patrick McHardy <kaber@trash.net> | 2004-03-07 20:15:15 -0800 |
| commit | b46f30e25f93439eaf6d20882a7b9d19d754e413 (patch) | |
| tree | 0e34f3eeda17b494f2301a0d2be51a9d33b342b3 /include | |
| parent | f93fe4da6fe8a241b8c22538415b915ed5d1978d (diff) | |
[IPV4/IPV6]: Add sysctl limits for mcast src filters.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sysctl.h | 3 | ||||
| -rw-r--r-- | include/net/ipv6.h | 1 |
2 files changed, 3 insertions, 1 deletions
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); |
