]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9edb5369b8119e5251753d0cfeb0d8a817d2252b
tree1c85744270190e8516292dd9bd55b826de5a429b
parentdb33ece9f95688e88130b8af40a8ec1f03a6168d
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