Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161018AbVKDEav (ORCPT ); Thu, 3 Nov 2005 23:30:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030601AbVKDEav (ORCPT ); Thu, 3 Nov 2005 23:30:51 -0500 Received: from e32.co.us.ibm.com ([32.97.110.150]:28636 "EHLO e32.co.us.ibm.com") by vger.kernel.org with ESMTP id S1030600AbVKDEau (ORCPT ); Thu, 3 Nov 2005 23:30:50 -0500 In-Reply-To: <7e77d27c0511030526g45d8f6e6l@mail.gmail.com> To: Yan Zheng Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org MIME-Version: 1.0 Subject: Re: [PATCH][MCAST]Two fix for implementation of MLDv2 . X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: David Stevens Date: Thu, 3 Nov 2005 20:30:57 -0800 X-MIMETrack: Serialize by Router on D03NM121/03/M/IBM(Release 6.53HF654 | July 22, 2005) at 11/03/2005 21:31:00, Serialize complete at 11/03/2005 21:31:00 Content-Type: text/plain; charset="US-ASCII" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1412 Lines: 28 Yan, I'm looking at this one. My original interpretation was that a group and source specific query should only be answered if the source were explicitly listed (which is what the code does), but I see your point. A general or group-specific query should still be answered with the existing code, and the unsolicited reports will also include the EXCLUDE records for that group, so I'm not aware of any actual circumstances where a multicast router wouldn't forward. But maybe you have such a case. An administrator-initiated query, however, would certainly be misleading to the administrator in the example you provided, and so far I tend to agree that there should be a record in the report. However, I'm not sure your solution is appropriate since it appears to include EXCLUDE records in cases where they aren't needed. So, I'll look at this more carefully and see if I still agree it needs a fix and whether or not your patch, or some alternative method might be more appropriate. But it'll probably be sometime next week before I'll be done reviewing/considering alternatives on this one. +-DLS - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/