From c2f16e371ea80eabfac5aa44c6d9a78a3a605e69 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Tue, 9 Jun 2009 09:50:43 +0000 Subject: Remove one INET dependency by calling the general AF agnostic version for doing the routing lookup. Reviewed by: kmacy --- sys/net/flowtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/flowtable.c b/sys/net/flowtable.c index 14561383f933..63d282293560 100644 --- a/sys/net/flowtable.c +++ b/sys/net/flowtable.c @@ -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 -- cgit v1.3