diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-12-14 19:28:06 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-12-14 19:28:06 +0000 |
| commit | 64b15424e44f3f3058269fc41185c5042223b424 (patch) | |
| tree | 6f9076ff180fb8d40eb38c6ceedd9efba2d4f71a /sys/net/if_ethersubr.c | |
| parent | 90d83886e1e21717d0543b7522e6fd968bb4cff8 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_ethersubr.c')
| -rw-r--r-- | sys/net/if_ethersubr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index ceac9c1f2c6a..399f0658b92d 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -490,6 +490,7 @@ ether_demux(ifp, eh, m) #if defined(NETATALK) register struct llc *l; #endif + if (! (BDG_ACTIVE(ifp) ) ) /* Discard packet if upper layers shouldn't see it because it was unicast to a different Ethernet address. If the driver is working |
