Skip to content

Commit

Permalink
doc:networking: Fix default value (icmp_ignore_bogus_error_responses).
Browse files Browse the repository at this point in the history
This patch fixes icmp_ignore_bogus_error_responses default value to be 1 instead
of FALSE. It is initialized to 1 in icmp_sk_init().

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rami Rosen authored and David S. Miller committed Jun 8, 2013
1 parent c05cdb1 commit e8b265e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/networking/ip-sysctl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ icmp_ignore_bogus_error_responses - BOOLEAN
frames. Such violations are normally logged via a kernel warning.
If this is set to TRUE, the kernel will not give such warnings, which
will avoid log file clutter.
Default: FALSE
Default: 1

icmp_errors_use_inbound_ifaddr - BOOLEAN

Expand Down

0 comments on commit e8b265e

Please sign in to comment.