* [PATCH net-next] doc:networking: Fix default value (icmp_ignore_bogus_error_responses).
@ 2013-06-08 6:16 Rami Rosen
2013-06-08 6:32 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2013-06-08 6:16 UTC (permalink / raw)
To: davem; +Cc: netdev, Rami Rosen
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>
---
Documentation/networking/ip-sysctl.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 398d0fb..9cea5d3 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
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] doc:networking: Fix default value (icmp_ignore_bogus_error_responses).
2013-06-08 6:16 [PATCH net-next] doc:networking: Fix default value (icmp_ignore_bogus_error_responses) Rami Rosen
@ 2013-06-08 6:32 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-06-08 6:32 UTC (permalink / raw)
To: ramirose; +Cc: netdev
From: Rami Rosen <ramirose@gmail.com>
Date: Sat, 8 Jun 2013 09:16:19 +0300
> 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>
Applied, thanks Rami.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-08 6:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08 6:16 [PATCH net-next] doc:networking: Fix default value (icmp_ignore_bogus_error_responses) Rami Rosen
2013-06-08 6:32 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).