From owner-freebsd-transport@freebsd.org Tue Sep 13 15:49:25 2016 Return-Path: Delivered-To: freebsd-transport@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52722BD9C0B for ; Tue, 13 Sep 2016 15:49:25 +0000 (UTC) (envelope-from hannes@mehnert.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 40EBFE8C for ; Tue, 13 Sep 2016 15:49:25 +0000 (UTC) (envelope-from hannes@mehnert.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3CE4DBD9C0A; Tue, 13 Sep 2016 15:49:25 +0000 (UTC) Delivered-To: transport@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C9BBBD9C09 for ; Tue, 13 Sep 2016 15:49:25 +0000 (UTC) (envelope-from hannes@mehnert.org) Received: from mail.mehnert.org (mail.mehnert.org [213.73.89.200]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 079B2E8B for ; Tue, 13 Sep 2016 15:49:24 +0000 (UTC) (envelope-from hannes@mehnert.org) Received: from [128.232.110.111] (c111.al.cl.cam.ac.uk [128.232.110.111]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "hannes@mehnert.org", Issuer "mehnert root CA" (not verified)) by mail.mehnert.org (Postfix) with ESMTPS id 98AA4396A for ; Tue, 13 Sep 2016 17:39:25 +0200 (CEST) To: transport@freebsd.org From: Hannes Mehnert Subject: dupliceated icmp echo request Message-ID: Date: Tue, 13 Sep 2016 16:39:16 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-transport@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions of transport level network protocols in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 15:49:25 -0000 hello, (sorry in case this is the wrong mailing list) while doing some network testing, I discovered that my FreeBSD (r304285, but likely earlier + released ones as well) sends out two (bytewise-)identical ICMP echo requests shortly after each other when I ping the broadcast (IPv4) address on an interface [tested with: tap,em,iwm]. This behaviour does not meet my expectations - is there any specific reason for this behaviour; it behaves well (sending out a single ICMP echo request) if I ping a unicast host. hannes