ipv6 Use get_hash_from_flowi6 for rt6 hash
authorTom Herbert <tom@herbertland.com>
Wed, 23 Sep 2015 21:13:35 +0000 (14:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Sep 2015 21:21:09 +0000 (14:21 -0700)
commit644d0e6569582872e448b1d39b9338d5e4021faa
treeae104f0b8cfc26deaa35f81501561f56e5211327
parent227b9e8708b14a8a26ef67bbbe19b13626df4a35
ipv6 Use get_hash_from_flowi6 for rt6 hash

In rt6_info_hash_nhsfn replace the custom hashing over flowi6 that is
using xor with a call to common function get_hash_from_flowi6.

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c