OSDN Git Service

ipv6: Move fib6_multipath_select down in ip6_pol_route
authorDavid Ahern <dsahern@gmail.com>
Tue, 9 Apr 2019 21:41:17 +0000 (14:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Apr 2019 21:24:06 +0000 (14:24 -0700)
commitd83009d462a68ad908a51e1690d46917cbad0440
treef2c01c9d5b26569b9a33945905ed7b94fa4bde28
parentaf52a52cbabd8751154483dc8e6685a28746970f
ipv6: Move fib6_multipath_select down in ip6_pol_route

Move the siblings and fib6_multipath_select after the null entry check
since a null entry can not have siblings.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c