From owner-freebsd-net@FreeBSD.ORG Fri May 1 17:33:55 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48E35106564A for ; Fri, 1 May 2009 17:33:55 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 20D018FC0A for ; Fri, 1 May 2009 17:33:54 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 6EF713280AC for ; Fri, 1 May 2009 13:33:54 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 01 May 2009 13:33:54 -0400 X-Sasl-enc: w3casValoHyPETb7nynJuLPcrx2ogBfNY/IuGP+cvAtX 1241199231 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id CEDAC2D5F8 for ; Fri, 1 May 2009 13:33:51 -0400 (EDT) Message-ID: <49FB327E.3010504@incunabulum.net> Date: Fri, 01 May 2009 18:33:50 +0100 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Request feedback on IPv6 multicast listen on :: X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2009 17:33:55 -0000 During the MLDv2 refactoring, I removed some old KAME code which supports the ability to listen to *all* multicast groups. It isn't clear to me whether this code was still in use, and I couldn't find information about it in the normative RFCs (2292, 3542) for IPv6 stack implementation. This call needed super-user privileges to use, and I'm not sure if anything is actually using it. Can anyone out there with possible exposure to it clarify? I can find a way to re-introduce it if needed, but I suspect it is very old code which may not have actually been used (it dates back to the initial KAME fork). cheers, BMS