From owner-freebsd-net@freebsd.org Tue Sep 13 16:21:52 2016 Return-Path: Delivered-To: freebsd-net@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 3DA53BD97ED for ; Tue, 13 Sep 2016 16:21:52 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 00F06E34 for ; Tue, 13 Sep 2016 16:21:51 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id AAF2225D3899; Tue, 13 Sep 2016 16:21:40 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id D5F1ED1F822; Tue, 13 Sep 2016 16:21:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id KCmSgJ8n28A9; Tue, 13 Sep 2016 16:21:38 +0000 (UTC) Received: from [10.248.201.117] (fresh-tun0-ula.sbone.de [IPv6:fde9:577b:c1a9:4920:2ef0:eeff:fe03:ee34]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 2FC41D1F7E2; Tue, 13 Sep 2016 16:21:38 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Hannes Mehnert" Cc: "FreeBSD Net" Subject: Re: dupliceated icmp echo request Date: Tue, 13 Sep 2016 16:21:36 +0000 Message-ID: <8F50E1D1-B17A-4C4C-84E9-60693E637583@lists.zabbadoz.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (2.0BETAr6054) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 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 Sep 2016 16:21:52 -0000 On 13 Sep 2016, at 15:39, Hannes Mehnert wrote: > hello, > > (sorry in case this is the wrong mailing list) freebsd-net might be better; which I put on CC:. > 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. Asking for a command line seems strange; but given I am replying, is there any delay between the two packets? If you ktrace ping, do you see multiple send calls for the same data? /bz