Re: [PATCH net-next] ipv6: fix ipv6_prefix_equal64_half mask conversion

2013-01-16 Thread David Miller
From: Fabio Baltieri Date: Wed, 16 Jan 2013 22:30:17 +0100 > Fix the 64bit optimized version of ipv6_prefix_equal to convert the > bitmask to network byte order only after the bit-shift. > > The bug was introduced in: > > 3867517 ipv6: 64bit version of ipv6_prefix_equal(). > > Signed-off-by: F

[PATCH net-next] ipv6: fix ipv6_prefix_equal64_half mask conversion

2013-01-16 Thread Fabio Baltieri
Fix the 64bit optimized version of ipv6_prefix_equal to convert the bitmask to network byte order only after the bit-shift. The bug was introduced in: 3867517 ipv6: 64bit version of ipv6_prefix_equal(). Signed-off-by: Fabio Baltieri --- include/net/ipv6.h | 2 +- 1 file changed, 1 insertion(+)