aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2013-06-07 16:16:19 -0400
committerDavid S. Miller <davem@davemloft.net>2013-06-08 02:31:54 -0400
commite8b265e8ba322a01bb746504f6f64b5506853eac (patch)
treee12ab6829a4032e32ed163a0fd9b4eafd14b2c74 /Documentation
parentc05cdb1b864f548c0c3d8ae3b51264e6739a69b1 (diff)
doc:networking: Fix default value (icmp_ignore_bogus_error_responses).
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/ip-sysctl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 398d0fb1dd0e..9cea5d3b3c50 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -729,7 +729,7 @@ icmp_ignore_bogus_error_responses - BOOLEAN
729 frames. Such violations are normally logged via a kernel warning. 729 frames. Such violations are normally logged via a kernel warning.
730 If this is set to TRUE, the kernel will not give such warnings, which 730 If this is set to TRUE, the kernel will not give such warnings, which
731 will avoid log file clutter. 731 will avoid log file clutter.
732 Default: FALSE 732 Default: 1
733 733
734icmp_errors_use_inbound_ifaddr - BOOLEAN 734icmp_errors_use_inbound_ifaddr - BOOLEAN
735 735