summaryrefslogtreecommitdiffstats
path: root/sys/net/flowtable.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-09 09:50:43 +0000
committerbz <bz@FreeBSD.org>2009-06-09 09:50:43 +0000
commit675aab46a1fbbc99e591a4a3cc769e8950255eb6 (patch)
tree0b84212d3e4b5ba762329a43e4624b4a4cc5bf74 /sys/net/flowtable.c
parentcc2da0cf7e27c58998920b57855a6dd833b892f1 (diff)
downloadFreeBSD-src-675aab46a1fbbc99e591a4a3cc769e8950255eb6.zip
FreeBSD-src-675aab46a1fbbc99e591a4a3cc769e8950255eb6.tar.gz
Remove one INET dependency by calling the general
AF agnostic version for doing the routing lookup. Reviewed by: kmacy
Diffstat (limited to 'sys/net/flowtable.c')
-rw-r--r--sys/net/flowtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/flowtable.c b/sys/net/flowtable.c
index 1456138..63d2822 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
OpenPOWER on IntegriCloud