From: David Miller <davem@davemloft.net>
To: shemminger@linux-foundation.org
Cc: herbert@gondor.hengli.com.au, netdev@vger.kernel.org
Subject: Re: [Bug 18212] New: force_igmp_version ignored when a IGMPv3 query received (+1 line patch)
Date: Mon, 13 Sep 2010 12:51:35 -0700 (PDT) [thread overview]
Message-ID: <20100913.125135.48504701.davem@davemloft.net> (raw)
In-Reply-To: <20100910091936.75eabbf6@nehalam>
From: Stephen Hemminger <shemminger@linux-foundation.org>
Date: Fri, 10 Sep 2010 09:19:36 -0700
> --- net/ipv4/igmp.c_orig 2010-09-10 08:48:21.390711944 -0700
> +++ net/ipv4/igmp.c 2010-09-10 08:48:45.244218573 -0700
> @@ -834,7 +834,7 @@
> int mark = 0;
>
>
> - if (len == 8) {
> + if (len == 8 || IGMP_V2_SEEN(in_dev)) {
> if (ih->code == 0) {
> /* Alas, old v1 router presents here. */
>
> ---------------------------------
I'll queue this up, thanks.
next prev parent reply other threads:[~2010-09-13 19:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-10 16:19 Fw: [Bug 18212] New: force_igmp_version ignored when a IGMPv3 query received (+1 line patch) Stephen Hemminger
2010-09-13 19:51 ` David Miller [this message]
2010-09-14 21:20 ` David Stevens
2010-09-14 21:24 ` David Miller
2010-09-15 2:02 ` Herbert Xu
2010-09-15 9:33 ` David Stevens
2010-09-15 9:05 ` David Stevens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100913.125135.48504701.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=herbert@gondor.hengli.com.au \
--cc=netdev@vger.kernel.org \
--cc=shemminger@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).