diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2012-02-10 13:15:11 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2012-02-10 13:15:11 +0000 |
| commit | 2e85c4196a02ee75f67a2db05ab743931d547da2 (patch) | |
| tree | b1a51e966b1bbdd31e96e823cd0adaf76e140f25 /sys/net/if_ethersubr.c | |
| parent | fa4d5f9769c04e7672619aa47c4ca6c771e1c8f2 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_ethersubr.c')
| -rw-r--r-- | sys/net/if_ethersubr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 8421c0a05e1d..a097ab4e1fff 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -692,6 +692,8 @@ ether_input(struct ifnet *ifp, struct mbuf *m) m_adj(m, ETHER_VLAN_ENCAP_LEN); } + M_SETFIB(m, ifp->if_fib); + /* Allow ng_ether(4) to claim this frame. */ if (IFP2AC(ifp)->ac_netgraph != NULL) { KASSERT(ng_ether_input_p != NULL, |
