netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create
@ 2019-03-21 12:21 David Ahern
  2019-03-21 12:21 ` [PATCH net-next 1/2] ipv6: Move setting default metric for routes David Ahern
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Ahern @ 2019-03-21 12:21 UTC (permalink / raw)
  To: davem, netdev; +Cc: David Ahern

From: David Ahern <dsahern@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-21 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-21 12:21 [PATCH net-next 0/2] ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create David Ahern
2019-03-21 12:21 ` [PATCH net-next 1/2] ipv6: Move setting default metric for routes David Ahern
2019-03-21 12:21 ` [PATCH net-next 2/2] ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create David Ahern
2019-03-21 17:17 ` [PATCH net-next 0/2] " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).