From: Yasuyuki Kozakai Date: Fri, 11 Jan 2008 06:40:39 +0000 (-0800) Subject: [NETFILTER]: ip6t_eui64: Fixes calculation of Universal/Local bit X-Git-Tag: v2.6.24-rc8~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f41f017866bc3dfe4db02582cfd48f0586cb990;p=pandora-kernel.git [NETFILTER]: ip6t_eui64: Fixes calculation of Universal/Local bit RFC2464 says that the next to lowerst order bit of the first octet of the Interface Identifier is formed by complementing the Universal/Local bit of the EUI-64. But ip6t_eui64 uses OR not XOR. Thanks Peter Ivancik for reporing this bug and posting a patch for it. Signed-off-by: Yasuyuki Kozakai Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed