doc:networking: Fix default value (icmp_ignore_bogus_error_responses).
authorRami Rosen <ramirose@gmail.com>
Fri, 7 Jun 2013 20:16:19 +0000 (20:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Jun 2013 06:31:54 +0000 (23:31 -0700)
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>
Documentation/networking/ip-sysctl.txt

index 398d0fb1dd0e033bbe76ea87d7f67054da0d696a..9cea5d3b3c50510835182ef27052ab7396af7e85 100644 (file)
@@ -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