Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751142AbeAPEcj (ORCPT + 1 other); Mon, 15 Jan 2018 23:32:39 -0500 Received: from mail-qk0-f196.google.com ([209.85.220.196]:45459 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750831AbeAPEch (ORCPT ); Mon, 15 Jan 2018 23:32:37 -0500 X-Google-Smtp-Source: ACJfBotDwiaUHlZtrafHE140oR185jPKodkZEOfVO+/mFXcdQNObbhqTWKz1kJhYAQZHgTZpPx2cfA== MIME-Version: 1.0 In-Reply-To: <9edf97da-5492-b598-492e-c982591dddff@dd-wrt.com> References: <20180101140056.475827799@linuxfoundation.org> <20180101140100.858496151@linuxfoundation.org> <9edf97da-5492-b598-492e-c982591dddff@dd-wrt.com> From: Kevin Cernekee Date: Mon, 15 Jan 2018 20:32:15 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 4.9 27/75] net: igmp: Use correct source address on IGMPv3 reports To: Sebastian Gottschall Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, stable , Andrew Lunn , "David S. Miller" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, Jan 15, 2018 at 8:26 PM, Sebastian Gottschall wrote: > havent check the source addresses right now. i basicly discovered that this > patch breaks the igmp routing and all traffic stops > this here is from a working system with the reverted patch. if you really > need that i break it again using the patch you need to wait a little bit > > 05:14:22.697962 IP 10.88.195.138 > 239.35.100.8: igmp v2 report 239.35.100.8 The patch should only affect IGMPv3 behavior. I did not intend to change IGMPv2 behavior. If it does, that might be a bug. Is it possible that the kernel is using a source IP of 0.0.0.0, but another host does not recognize it because it does not comply with RFC 3376? Before/after packet traces would be the best way to see if the kernel change is causing it to violate the standard.