From owner-freebsd-net@freebsd.org Tue Mar 13 05:36:33 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 CD487BF11EF for ; Tue, 13 Mar 2018 05:36:33 +0000 (UTC) (envelope-from chris@chrisbailey.io) Received: from mail-vk0-x244.google.com (mail-vk0-x244.google.com [IPv6:2607:f8b0:400c:c05::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C09D69E59 for ; Tue, 13 Mar 2018 05:36:33 +0000 (UTC) (envelope-from chris@chrisbailey.io) Received: by mail-vk0-x244.google.com with SMTP id s1so7757238vke.5 for ; Mon, 12 Mar 2018 22:36:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chrisbailey-io.20150623.gappssmtp.com; s=20150623; h=from:in-reply-to:references:mime-version:date:message-id:subject:to :cc:content-transfer-encoding; bh=KSbF8dsVBOUk1Wna7cQ1TEEb3d1kUPglqBCgijqutJY=; b=EYfp9Boie+haUao3b0hBMOfYXE60JcnmnxVf8DBaUg9j9z94L+Sj09+X4ZuzN4zCrI +pM1e8zm5DGK9TbXGld75LYsjRbbmMg0Pt6q8KTsQT3kKYmXpGemurymPDrcPSzUKbtM mcRObFxM6pb2su3nGQP8dkbB0T7l5T/pvwfdgGc62PiT8tWe8f7oyYUjTQ0+WO+YCMDs tIFb1zN+0UoXiNBRmLRIUEB2dIzF6dSmwbn7N2MyI7jd9TNXuni9cazLZ7LmjnhYBYMx /zuFemcVSZem9WJizBcKdKR5Qd47dmawjQoNI3KgcqgMv38y4SoLDL0T/VAM72qNaJdB p4jQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:in-reply-to:references:mime-version:date :message-id:subject:to:cc:content-transfer-encoding; bh=KSbF8dsVBOUk1Wna7cQ1TEEb3d1kUPglqBCgijqutJY=; b=oGjluRXSLD87AmNPJnNf60Ox9jzwWhvaKtF26a4G6/6+05px+2OlwFQZbGh1RUx5bi obWFnsmFzTSDJMGeVkE89kGiWK0EbQCVchvSNEW8FkU0nBCuRZmpRCipiMCFYvHTxX4j uFu5UxC+EZgvgkGqDZ6vbohDS+xz/t1ecPKKPedZeUukiCIVh3W3yC7B158pRCvb8FE1 3OwOS6GEavqw1wqkPH2nhbaOrKGKu/s4BBK2FtOu47ZdcQn13/b3gHax4ObqtoMjb3dI KdmFtuZ1oaOKsjnX2xjhF9cYC+G6mk/BC3D4bPF6KytegTPxavyFw2IlB2KB5TCj/l6W 9COg== X-Gm-Message-State: AElRT7EVfy1WgPai0JRrHdO7/zXhLoME1fXoqUwgngm+YAGXCMsOEekJ sUHiRQU2e+QMPz8qAjmRbDpbNOOXExpYQS/j1zbFMewz X-Google-Smtp-Source: AG47ELvE1pLRHJJTbH0COjGz8JfFBeBq3KAX7eoi49lvkJyFJdwYw/eh162J/rp4M7fi4+QFSgxsxCzgkSGZxWTMzCk= X-Received: by 10.31.138.129 with SMTP id m123mr6790359vkd.13.1520919392758; Mon, 12 Mar 2018 22:36:32 -0700 (PDT) Received: from 1058052472880 named unknown by gmailapi.google.com with HTTPREST; Tue, 13 Mar 2018 01:36:32 -0400 From: Christopher Bailey In-Reply-To: <201803130340.w2D3eXTa015436@donotpassgo.dyslexicfish.net> References: <201803130340.w2D3eXTa015436@donotpassgo.dyslexicfish.net> X-Mailer: Airmail (467) MIME-Version: 1.0 Date: Tue, 13 Mar 2018 01:36:32 -0400 Message-ID: Subject: Re: [GSoC] Dual-stack ping command To: freebsd-hackers@freebsd.org, Jamie Landeg-Jones Cc: freebsd-net@freebsd.org, lists@eitanadler.com, gavin@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 05:36:34 -0000 Jamie Landeg-Jones (jamie@catflap.org) wrote: > That's something that's bugged me too.. I'm going to be cheeky now, and a= sk if you've > thought of doing traceroute/traceroute6 too? Yes, I have. It was listed on the project ideas wiki page as a separate project, but I wouldn=E2=80=99t mind combining the two (or working= on traceroute as a stretch goal).