From owner-cvs-src@FreeBSD.ORG Sun Aug 21 12:29:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6FC616A41F; Sun, 21 Aug 2005 12:29:40 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E8F43D45; Sun, 21 Aug 2005 12:29:40 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7LCTdHv030322; Sun, 21 Aug 2005 12:29:40 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7LCTdLu030321; Sun, 21 Aug 2005 12:29:39 GMT (envelope-from andre) Message-Id: <200508211229.j7LCTdLu030321@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 21 Aug 2005 12:29:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_icmp.c src/share/man/man4 icmp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 12:29:40 -0000 andre 2005-08-21 12:29:39 UTC FreeBSD src repository Modified files: sys/netinet ip_icmp.c share/man/man4 icmp.4 Log: Add an option to have ICMP replies to non-local packets generated with the IP address the packet came through in. This is useful for routers to show in traceroutes the actual path a packet has taken instead of the possibly different return path. The new sysctl is named net.inet.icmp.reply_from_interface and defaults to off. MFC after: 2 weeks Revision Changes Path 1.17 +10 -1 src/share/man/man4/icmp.4 1.102 +19 -0 src/sys/netinet/ip_icmp.c