From owner-freebsd-net@freebsd.org Tue Mar 13 03:40:39 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C5E3B7C657; Tue, 13 Mar 2018 03:40:39 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:300:2185:a:dead:bad:faff]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9C485F2D; Tue, 13 Mar 2018 03:40:38 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [104.207.135.49]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id w2D3eYFM015437; Tue, 13 Mar 2018 03:40:34 GMT (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id w2D3eXTa015436; Tue, 13 Mar 2018 03:40:33 GMT (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <201803130340.w2D3eXTa015436@donotpassgo.dyslexicfish.net> Date: Tue, 13 Mar 2018 03:40:33 +0000 Organization: Dyslexic Fish To: freebsd-hackers@freebsd.org, chris@chrisbailey.io Cc: lists@eitanadler.com, gavin@freebsd.org, freebsd-net@freebsd.org Subject: Re: [GSoC] Dual-stack ping command References: In-Reply-To: User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [104.207.135.49]); Tue, 13 Mar 2018 03:40:34 +0000 (GMT) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.25 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, 13 Mar 2018 03:40:39 -0000 Christopher Bailey wrote: > I’m an undergraduate computer science student at the University of > Alaska Fairbanks. I’m interested in unifying ping and ping6 into a > single command, because it’s one of the suggested ideas on the wiki, > it’s something that’s mildly irritated me in the past, and I believe I > have the necessary skills to accomplish it. Hello! That's something that's bugged me too.. I'm going to be cheeky now, and ask if you've thought of doing traceroute/traceroute6 too? :-) Cheers, Jamie