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/linux/sysctl.h | |
| parent | f93fe4da6fe8a241b8c22538415b915ed5d1978d (diff) | |
[IPV4/IPV6]: Add sysctl limits for mcast src filters.
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 3 |
1 files changed, 2 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 { |
