Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8b265e8 authored by Rami Rosen's avatar Rami Rosen Committed by David S. Miller
Browse files

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: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c05cdb1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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