aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2006-02-13 15:36:21 -0800
committerDavid S. Miller <davem@davemloft.net>2006-02-13 15:36:21 -0800
commit77decfc716d460b3f7037bb19bd4eb12cd0dc996 (patch)
treee6fca07597e12c07af4bd90cfffc80a3f694387e /net
parent[ATM]: Ratelimit atmsvc failure messages (diff)
downloadlinux-dev-77decfc716d460b3f7037bb19bd4eb12cd0dc996.tar.xz
linux-dev-77decfc716d460b3f7037bb19bd4eb12cd0dc996.zip
[IPV4] ICMP: Invert default for invalid icmp msgs sysctl
isic can trigger these msgs to be spewed at a very high rate. There's already a sysctl to turn them off. Given these messages aren't useful for most people, this patch disables them by default. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c
index 4d1c40972a4b..e7bbff4340bb 100644
--- a/net/ipv4/icmp.c
+++ b/net/ipv4/icmp.c
@@ -192,7 +192,7 @@ int sysctl_icmp_echo_ignore_all;
int sysctl_icmp_echo_ignore_broadcasts = 1;
/* Control parameter - ignore bogus broadcast responses? */
-int sysctl_icmp_ignore_bogus_error_responses;
+int sysctl_icmp_ignore_bogus_error_responses = 1;
/*
* Configurable global rate limit.