diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2002-10-23 13:50:29 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-10-23 13:50:29 -0700 |
| commit | 29cdd1dbfbc4a7ca7ac2dca453b0bb3ba189ca00 (patch) | |
| tree | 2fe4b2bd213ab411f4243120d920ecba79959931 /include/linux/sysctl.h | |
| parent | 524354b4d086a4f013343d727eaccb7b4c39eb25 (diff) | |
[IPV6]: Add ICMP6 rate limit sysctl.
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 859cef6fe483..f4f4655afac4 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -358,7 +358,8 @@ enum { NET_IPV6_CONF=16, NET_IPV6_NEIGH=17, NET_IPV6_ROUTE=18, - NET_IPV6_BINDV6ONLY=20, + NET_IPV6_ICMP=19, + NET_IPV6_BINDV6ONLY=20 }; enum { @@ -386,6 +387,11 @@ enum { NET_IPV6_RTR_SOLICIT_DELAY=10 }; +/* /proc/sys/net/ipv6/icmp */ +enum { + NET_IPV6_ICMP_RATELIMIT=1 +}; + /* /proc/sys/net/<protocol>/neigh/<dev> */ enum { NET_NEIGH_MCAST_SOLICIT=1, |
