Re: [PATCH] ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().

2018-03-12 Thread David Ahern
On 3/12/18 8:10 AM, David Miller wrote: > > Make use of the new helper. > > Suggested-by: David Ahern > Signed-off-by: David S. Miller > --- > net/ipv6/route.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/ipv6/route.c

[PATCH] ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().

2018-03-12 Thread David Miller
Make use of the new helper. Suggested-by: David Ahern Signed-off-by: David S. Miller --- net/ipv6/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/route.c b/net/ipv6/route.c index f0ae58424c45..81711e3e2604 100644 ---