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, 05 Mar 2012 15:11:25 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	lw@...fujitsu.com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH] IPv6: Fix not join all-router mcast group when
 forwarding set.

From: Li Wei <lw@...fujitsu.com>
Date: Mon, 05 Mar 2012 17:54:33 +0800

> +	/* Join all-router multicast group if forwarding is set */
> +        if (ndev->cnf.forwarding && dev && (dev->flags & IFF_MULTICAST))
> +		ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters);

Whitespace damaged.  First line properly uses a TAB, the next uses
spaces and indents too far.

--
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