mbox series

[net-next,0/7] net: Export functions for nexthop code

Message ID 20190505164056.1742-1-dsahern@kernel.org
Headers show
Series net: Export functions for nexthop code | expand

Message

David Ahern May 5, 2019, 4:40 p.m. UTC
From: David Ahern <dsahern@gmail.com>

This set exports ipv4 and ipv6 fib functions for use by the nexthop
code. It also adds new ones to send route notifications if a nexthop
configuration changes.

David Ahern (7):
  ipv6: Add delete route hook to stubs
  ipv6: Add hook to bump sernum for a route to stubs
  ipv6: export function to send route updates
  ipv4: Add function to send route updates
  ipv4: export fib_check_nh
  ipv4: export fib_flush
  ipv4: export fib_info_update_nh_saddr

 include/net/ip6_fib.h    |  7 +++++
 include/net/ip_fib.h     |  8 +++++-
 include/net/ipv6_stubs.h |  5 ++++
 net/ipv4/fib_frontend.c  |  2 +-
 net/ipv4/fib_semantics.c | 23 ++++++++--------
 net/ipv4/fib_trie.c      | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
 net/ipv6/addrconf_core.c |  6 ++++
 net/ipv6/af_inet6.c      |  3 ++
 net/ipv6/ip6_fib.c       | 16 ++++++++---
 net/ipv6/route.c         | 32 +++++++++++++++++++++
 10 files changed, 156 insertions(+), 18 deletions(-)

Comments

David Miller May 6, 2019, 5 a.m. UTC | #1
From: David Ahern <dsahern@kernel.org>
Date: Sun,  5 May 2019 09:40:49 -0700

> From: David Ahern <dsahern@gmail.com>
> 
> This set exports ipv4 and ipv6 fib functions for use by the nexthop
> code. It also adds new ones to send route notifications if a nexthop
> configuration changes.

Since net-next is closed and you cannot therefore build upon this, I am not
applying this series.

Thanks.