From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 26 19:25:17 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F5E61065672 for ; Sun, 26 Jun 2011 19:25:17 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 20AFE8FC0C for ; Sun, 26 Jun 2011 19:25:17 +0000 (UTC) Received: from [192.168.0.6] (spaceball.home.andric.com [192.168.0.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 4CB185C5A; Sun, 26 Jun 2011 21:06:35 +0200 (CEST) Message-ID: <4E07833A.8080803@FreeBSD.org> Date: Sun, 26 Jun 2011 21:06:34 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.19pre) Gecko/20110622 Lanikai/3.1.12pre MIME-Version: 1.0 To: "Christopher J. Ruwe" References: <20110626160845.01de58cf@dijkstra> In-Reply-To: <20110626160845.01de58cf@dijkstra> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: PR bin/157732 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2011 19:25:17 -0000 On 2011-06-26 16:08, Christopher J. Ruwe wrote: > In reaction to PR bin/157732 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/157732) I am > investigating why traceroute does not trace hostnames greater in length > than 64 chars. It turned out that a limit of 64 chars is coded into > traceroute.c. From RFC2181 > (http://tools.ietf.org/html/rfc2181#section-11) follows that a limit > of 254 chars needs to be supported by software conforming to standard. Fixed in r223579. This will be MFC'd in a few days.