commit | 512613d7dde7b679597485e9335bd64e90df78fa | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabio.baltieri@linaro.org> | Wed Jan 16 22:30:17 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 17 14:29:58 2013 -0500 |
tree | d2dced33d326a9b2a75ecf095c3c4b4130bb7345 | |
parent | c2a936600f78aea00d3312ea4b66a79a4619f9b4 [diff] |
ipv6: fix ipv6_prefix_equal64_half mask conversion 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 <fabio.baltieri@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>