ipv6: Add delete route hook to stubs
authorDavid Ahern <dsahern@gmail.com>
Wed, 22 May 2019 19:04:39 +0000 (12:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2019 00:48:43 +0000 (17:48 -0700)
commit68a9b13d9219a52cd272bd8e93f7fdfd1c22eba1
tree1c85744270190e8516292dd9bd55b826de5a429b
parent26b1b8d7f27bfb02cc4d115c48478e02594e318e
ipv6: Add delete route hook to stubs

Add ip6_del_rt to the IPv6 stub. The hook is needed by the nexthop
code to remove entries linked to a nexthop that is getting deleted.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6_stubs.h
net/ipv6/addrconf_core.c
net/ipv6/af_inet6.c