From f5d246e18e31396c2897472c3a78e61bff608891 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 24 Nov 2008 15:46:52 -0500 Subject: [PATCH] icmp.7: wfix Signed-off-by: Michael Kerrisk --- man7/icmp.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/icmp.7 b/man7/icmp.7 index 722c98868..157de0715 100644 --- a/man7/icmp.7 +++ b/man7/icmp.7 @@ -78,10 +78,10 @@ packets. .TP .IR icmp_errors_use_inbound_ifaddr " (Boolean; default: disabled; since Linux 2.6.12)" .\" The following taken from 2.6.28-rc4 Documentation/networking/ip-sysctl.txt -If enabled, ICMP error messages are sent with the primary address of +If disabled, ICMP error messages are sent with the primary address of the exiting interface. -If non-zero, the message will be sent with the primary address of +If enabled, the message will be sent with the primary address of the interface that received the packet that caused the ICMP error. This is the behavior that many network administrators will expect from a router.