aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/ip-sysctl.txt
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2013-06-07 20:16:19 +0000
committerDavid S. Miller <davem@davemloft.net>2013-06-07 23:31:54 -0700
commite8b265e8ba322a01bb746504f6f64b5506853eac (patch)
treee12ab6829a4032e32ed163a0fd9b4eafd14b2c74 /Documentation/networking/ip-sysctl.txt
parentc05cdb1b864f548c0c3d8ae3b51264e6739a69b1 (diff)
downloadlinux-e8b265e8ba322a01bb746504f6f64b5506853eac.tar.gz
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/networking/ip-sysctl.txt')
-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 398d0fb1dd0e0..9cea5d3b3c505 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -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