Remove one INET dependency by calling the general
AF agnostic version for doing the routing lookup. Reviewed by: kmacy
This commit is contained in:
parent
78c7c6adbc
commit
c2f16e371e
@ -407,7 +407,7 @@ static void
|
||||
in_rtalloc_ign_wrapper(struct route *ro, uint32_t hash, u_int fib)
|
||||
{
|
||||
|
||||
in_rtalloc_ign(ro, 0, fib);
|
||||
rtalloc_ign_fib(ro, 0, fib);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user