From owner-cvs-src@FreeBSD.ORG Mon Feb 25 13:52:38 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0B3E16A409 for ; Mon, 25 Feb 2008 13:52:38 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 6DAD213C4E1 for ; Mon, 25 Feb 2008 13:52:38 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so2089455fka.11 for ; Mon, 25 Feb 2008 05:52:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=JiDx0KjUiiFIcJ2UiExuroZFcOplQMcEo+NdYMe5vag=; b=InU7zcYzJJPRQ4xuAEeWqNJHzG1SB+N+b7ICGo/1Gk6PzIRFPn9pGTxvviebCYSGghoJzXUvC4E6qSv2Lwfz+mSgbyYXG6T2d4lP/+cgk6z7bdjcT4oAG22OeMGAhYNXL/h3KFoCZRDuFMaZ1/63aevtDBgNrfEB6kpdCkNqAt8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=YPiCrzzYgG8l31x44FSUoZX5JBr9KdG3nqndALq71w99bWr0PV3W5LQDyJ39ltP18k/62rhdu27Ur61lmy0TBCoU32OzkveuYb4mXZRNBiwOgTp9j1N9h4fwIi9JuNW1ahkrNCGODFjIanEXc2yNW2u/MCvTLEmShiDZY7V0cWM= Received: by 10.82.124.10 with SMTP id w10mr5872346buc.10.1203947556457; Mon, 25 Feb 2008 05:52:36 -0800 (PST) Received: from ?89.214.208.207? ( [89.214.208.207]) by mx.google.com with ESMTPS id u14sm4203327gvf.1.2008.02.25.05.52.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Feb 2008 05:52:32 -0800 (PST) Message-Id: <42527473-5F94-4058-B51C-8864C822D2A7@FreeBSD.org> From: Rui Paulo To: Henrik Brix Andersen In-Reply-To: <20080221205018.GD32491@tirith.brixandersen.dk> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 25 Feb 2008 13:52:26 +0000 References: <200802202329.m1KNTrmr014644@repoman.freebsd.org> <20080221205018.GD32491@tirith.brixandersen.dk> X-Mailer: Apple Mail (2.919.2) Sender: Rui Paulo Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/traceroute as.c as.h traceroute.8 traceroute.c src/usr.sbin/traceroute Makefile 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: Mon, 25 Feb 2008 13:52:39 -0000 On Feb 21, 2008, at 8:50 PM, Henrik Brix Andersen wrote: > On Wed, Feb 20, 2008 at 11:29:53PM +0000, Rui Paulo wrote: >> rpaulo 2008-02-20 23:29:53 UTC >> >> FreeBSD src repository >> >> Modified files: >> contrib/traceroute traceroute.8 traceroute.c >> usr.sbin/traceroute Makefile >> Added files: >> contrib/traceroute as.c as.h >> Log: >> Add AS lookup functionality. On each hop we query a whois server to >> find the corresponding AS for that IP (-a switch). >> We can also choose a different whois server with the -A switch. The >> default is whois.radb.net. >> >> Obtained from: NetBSD >> Reviewed by: bms, njl (mentor) >> Approved by: njl (mentor) > > Great! Thank you. > > This was actually on my TODO list for when I got some more time on my > hands, now I can spend that time on something else :) > > Brix > -- > Henrik Brix Andersen No problem :-) Regards. -- Rui Paulo