Merge branch 'net-Export-functions-for-nexthop-code'
authorDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2019 00:48:44 +0000 (17:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2019 00:48:44 +0000 (17:48 -0700)
commite38f7cbd36e4d8ef6c1c56f9643adf8898cb3cb9
treeb66942b0d1654d4b0d4b26694fd4cd4b5fb557e7
parent26b1b8d7f27bfb02cc4d115c48478e02594e318e
parent06c77c3e67b0352473345a162ab17729a132e7db
Merge branch 'net-Export-functions-for-nexthop-code'

David Ahern says:

====================
net: Export functions for nexthop code

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.

v2
- repost of patches dropped at the end of the last dev window
  added patch 8 which exports nh_update_mtu since it is inline with
  the other patches
====================

Signed-off-by: David S. Miller <davem@davemloft.net>