From owner-freebsd-questions@FreeBSD.ORG Thu Apr 7 16:14:03 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11B8D16A4CE for ; Thu, 7 Apr 2005 16:14:03 +0000 (GMT) Received: from publications.ftw.tuwien.ac.at (nt-ftw.ftw.tuwien.ac.at [128.130.90.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31D143D3F for ; Thu, 7 Apr 2005 16:14:01 +0000 (GMT) (envelope-from petrasch@FTW.at) Received: from nt_ftw.ftw.tuwien.ac.at by publications.ftw.tuwien.ac.at ESMTP; Thu, 7 Apr 2005 18:35:35 +0100 Received: from erriapo.ftw.local ([192.168.0.47]) by mail.ftw.at with Microsoft SMTPSVC(6.0.3790.211); Thu, 7 Apr 2005 18:15:54 +0200 From: "Martin Petraschek" To: "Lowell Gilbert" Date: Thu, 07 Apr 2005 18:15:54 +0200 Priority: Normal X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 2000 (5.1.2600;2) In-Reply-To: <44ll7u64p8.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: X-OriginalArrivalTime: 07 Apr 2005 16:15:54.0838 (UTC) FILETIME=[1331B760:01C53B8D] cc: "freebsd-questions@freebsd.org" Subject: Re: IPv6 ICMP multicast response X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Martin Petraschek List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 16:14:03 -0000 On 07 Apr 2005 10:29:07 -0400, Lowell Gilbert wrote: >"Martin Petraschek" writes: > >> The section you are referencing in RFC 2463 is concerning ICMP >> ERROR messages. Echo requests/responses are informational >> messages, therefore this section does not apply. > >Ah. You're right; I was thinking about error handling because that's >the code I happened to be working with this morning. I was looking at >the error handling code, as well, so when I said it was impossible I >may have been wrong also. [The ICMP6_ECHO_REQUEST handling in >icmp6_input() doesn't do any special handling for multicast at all, so >I don't see why it doesn't Just Work.] > >Sorry for not paying enough attention to the question. No problem. Anyway, because of your reply I double checked my setup and found out that FreeBSD does indeed answer to multicast ping requests. There just does not seem to be a sysctl switch to turn off this behaviour (as there is for IPv4). Thank you, Martin