diff options
author | Rami Rosen <ramirose@gmail.com> | 2013-06-07 20:16:19 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-07 23:31:54 -0700 |
commit | e8b265e8ba322a01bb746504f6f64b5506853eac (patch) | |
tree | e12ab6829a4032e32ed163a0fd9b4eafd14b2c74 /Documentation/networking | |
parent | c05cdb1b864f548c0c3d8ae3b51264e6739a69b1 (diff) | |
download | talos-obmc-linux-e8b265e8ba322a01bb746504f6f64b5506853eac.tar.gz talos-obmc-linux-e8b265e8ba322a01bb746504f6f64b5506853eac.zip |
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')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 2 |
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 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 |