[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100913.125135.48504701.davem@davemloft.net>
Date: Mon, 13 Sep 2010 12:51:35 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: shemminger@...ux-foundation.org
Cc: herbert@...dor.hengli.com.au, netdev@...r.kernel.org
Subject: Re: [Bug 18212] New: force_igmp_version ignored when a IGMPv3
query received (+1 line patch)
From: Stephen Hemminger <shemminger@...ux-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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists