Date: Sun, 21 Aug 2005 12:29:39 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.c src/share/man/man4 icmp.4 Message-ID: <200508211229.j7LCTdLu030321@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508211229.j7LCTdLu030321>