]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ip6: retire in6_selectroute_fib() as promised 8 years ago
authorbz <bz@FreeBSD.org>
Tue, 3 Mar 2020 13:48:12 +0000 (13:48 +0000)
committerbz <bz@FreeBSD.org>
Tue, 3 Mar 2020 13:48:12 +0000 (13:48 +0000)
commit65bd542d1344e9d696d427596805f23c95f0c75e
tree9b856eeb568c6eeaa33ff884020521d4f2e0b0cb
parent998a8f404d354caff1da46375369bb14b8eea25a
ip6: retire in6_selectroute_fib() as promised 8 years ago

In r231852 I added in6_selectroute_fib() as a compat function with the
fibnum as an extra argument compared to in6_selectroute() to keep the
KPI stable.
Way too late retire this function again and add the fib to in6_selectroute()
which also only has a single consumer now and was an orphan function before.
sys/netinet6/in6_src.c
sys/netinet6/ip6_output.c
sys/netinet6/ip6_var.h