lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ