From owner-freebsd-net@FreeBSD.ORG Tue Feb 19 14:38:05 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B1F316A47F for ; Tue, 19 Feb 2008 14:38:05 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id B81E513C4E3 for ; Tue, 19 Feb 2008 14:38:04 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so2517524fka.11 for ; Tue, 19 Feb 2008 06:38:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=YRAQRSjAN9zj+rrM+1QgbKuD25tf4Jg6TNfGhu7Jr3Q=; b=oCuxOlS+9F3Ut5GgH2SKYPNp5KWAcEuEKYLVh+MM9KNvOwtZ97uoMeK++bbGnjyzajgR8HKH8yCMKq9FitQm9IcDeJhOOMk65T3NT2hmb0KYabPzys/9yuRoZ+HzXYOoJ45wyOQviAM1vNQuqBxvUzOOBrz/LNJlVemyg+trjBk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=aAWzS+p7sPB/6CtHTektfPy3yDkjb+3WJ94VIK2mlPj4YIlNDcJPy7jFRnse2dDqsm34b0hYTCmbKNihCPUYXl3TRgu9ay4FNZqldK+xAGZI92MekxftQugsCz4YPuXYfmHveeYah7Ai9lYMQO0amb3WDeI7slBxZJECKhZi5KA= Received: by 10.82.108.9 with SMTP id g9mr12445086buc.37.1203431870325; Tue, 19 Feb 2008 06:37:50 -0800 (PST) Received: from ?172.17.7.212? ( [193.136.24.128]) by mx.google.com with ESMTPS id g11sm8405530gve.6.2008.02.19.06.37.48 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Feb 2008 06:37:49 -0800 (PST) Message-Id: <6C0D7D1D-14C0-4108-944E-8CF5DB71BFF3@FreeBSD.org> From: Rui Paulo To: freebsd-net@freebsd.org In-Reply-To: <47B8CEB2.10608@FreeBSD.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 19 Feb 2008 14:37:46 +0000 References: <5C5B3E4E-AE10-449C-925C-C9AB681FB6C3@FreeBSD.org> <3B46CB8C-B4F4-43B7-8EBC-6639F1E41C6B@FreeBSD.org> <47B8CEB2.10608@FreeBSD.org> X-Mailer: Apple Mail (2.919.2) Sender: Rui Paulo Subject: Re: traceroute AS path patch X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 14:38:05 -0000 On Feb 18, 2008, at 12:17 AM, Bruce M. Simpson wrote: > Rui Paulo wrote: >> >> On Feb 17, 2008, at 9:30 PM, Rui Paulo wrote: >> >>> Hi, >>> The attached patch ports a traceroute functionality from FreeBSD >>> called AS path. >> I mean, "ported from NetBSD". > > AS lookup is already in the NANOG traceroute in ports -- however I > like the look of this patch better, it looks much cleaner. +1 from me. Glad you like it :-) Some people said it would be could if we were like JunOS or IOS that show the AS number after the ip address, not before the hostname. What do you all think? I believe this is mostly a matter of taste, but I can change it. I was just trying to be compatible with NetBSD. Regards. -- Rui Paulo