From owner-cvs-all@FreeBSD.ORG Wed Oct 24 00:50:14 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6360E16A418; Wed, 24 Oct 2007 00:50:14 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5312E13C4AA; Wed, 24 Oct 2007 00:50:14 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9O0oEgm043520; Wed, 24 Oct 2007 00:50:14 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9O0oEa8043519; Wed, 24 Oct 2007 00:50:14 GMT (envelope-from csjp) Message-Id: <200710240050.l9O0oEa8043519@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 24 Oct 2007 00:50:14 +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/usr.sbin/traceroute6 traceroute6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 00:50:14 -0000 csjp 2007-10-24 00:50:14 UTC FreeBSD src repository Modified files: usr.sbin/traceroute6 traceroute6.c Log: When processing multi-path ip6 routers, place each router entry on its own line. We made this change in traceroute(8) some time ago. This is particularly useful when you are not resolving hostnames since ip6 addresses can be quite long, and lines wrap fairly easily in the multi-path router case. Discussed with: bz MFC after: 1 month Revision Changes Path 1.20 +2 -0 src/usr.sbin/traceroute6/traceroute6.c