summaryrefslogtreecommitdiffstats
path: root/sys/net/if_iso88025subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_iso88025subr.c')
-rw-r--r--sys/net/if_iso88025subr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_iso88025subr.c b/sys/net/if_iso88025subr.c
index dd50923..f56101e 100644
--- a/sys/net/if_iso88025subr.c
+++ b/sys/net/if_iso88025subr.c
@@ -259,7 +259,8 @@ iso88025_output(ifp, m, dst, rt0)
/* Calculate routing info length based on arp table entry */
/* XXX any better way to do this ? */
if (rt0 != NULL) {
- error = rt_check(&rt, &rt0, dst);
+/* XXX MRT *//* Guess only */
+ error = rt_check_fib(&rt, &rt0, dst, rt0->rt_fibnum);
if (error)
goto bad;
RT_UNLOCK(rt);
OpenPOWER on IntegriCloud