diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2011-07-03 16:08:38 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2011-07-03 16:08:38 +0000 |
| commit | a34c6aeb850016c35e415e12bf3c3443c0a8734d (patch) | |
| tree | 5b26fb6f45285f3368af628d56f5ce11128abe81 /sys/netgraph | |
| parent | 43deddcdfe3dabcfe25858c136d1a654cbcd3020 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/ng_iface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_iface.c b/sys/netgraph/ng_iface.c index a08595fa9a39..e7740989d2d7 100644 --- a/sys/netgraph/ng_iface.c +++ b/sys/netgraph/ng_iface.c @@ -777,6 +777,7 @@ ng_iface_rcvdata(hook_p hook, item_p item) /* First chunk of an mbuf contains good junk */ if (harvest.point_to_point) random_harvest(m, 16, 3, 0, RANDOM_NET); + M_SETFIB(m, ifp->if_fib); netisr_dispatch(isr, m); return (0); } |
