]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Move setting default metric for routes
authorDavid Ahern <dsahern@gmail.com>
Thu, 21 Mar 2019 12:21:34 +0000 (05:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Mar 2019 17:16:54 +0000 (10:16 -0700)
commit745d04698b395bee75bf667abc2ec40c1d681b21
tree250a98025ec646b0290afb8816b18e36c87e07aa
parent7ac6fb47f58edfcb5a51f70ff5dd91567b2ca7d0
ipv6: Move setting default metric for routes

ip6_route_info_create is a low level function for ensuring fc_metric is
set. Move the check and default setting to the 2 locations that do not
already set fc_metric before calling ip6_route_info_create. This is
required for the next patch which moves addrconf allocations to
ip6_route_info_create and want the metric for host routes to be 0.

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