Skip to content

Commit

Permalink
[IPV4] ICMP: Invert default for invalid icmp msgs sysctl
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Dave Jones authored and davem330 committed Feb 13, 2006
1 parent bf3883c commit 77decfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 77decfc

Please sign in to comment.