]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Flip to fib_nexthop_info
authorDavid Ahern <dsahern@gmail.com>
Tue, 2 Apr 2019 21:11:58 +0000 (14:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Apr 2019 04:50:20 +0000 (21:50 -0700)
commit5c21a3f9d451fd39661da0a5c551c446e0ba1fec
tree8443d516118be1f5b675e0f21ff8ec648a9cbcb8
parent9fdd6cca93f59667b1e8a4ea5c7683dfb8f10bd3
ipv6: Flip to fib_nexthop_info

Export fib_nexthop_info and fib_add_nexthop for use by IPv6 code.
Remove rt6_nexthop_info and rt6_add_nexthop in favor of the IPv4
versions. Update fib_nexthop_info for IPv6 linkdown check and
RTA_GATEWAY for AF_INET6.

Signed-off-by: David Ahern <dsahern@gmail.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
net/ipv4/fib_semantics.c
net/ipv6/route.c