]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit160e6e41302dce8f84d091449cc600f3a17fbe09
treeae104f0b8cfc26deaa35f81501561f56e5211327
parentc7ab582bfdf627db4d635e5ae5ba8ff2276b247e
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