From: David Ahern <dsah...@gmail.com> addrconf_f6i_alloc is the last caller of fib6_info_alloc besides ip6_route_info_create. There really is no good reason for it do its own fib6_info initialization, so convert it to call ip6_route_info_create.
David Ahern (2): ipv6: Move setting default metric for routes ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create include/net/ip6_fib.h | 3 ++- net/ipv6/route.c | 50 ++++++++++++++++++++------------------------------ 2 files changed, 22 insertions(+), 31 deletions(-) -- 2.11.0