aboutsummaryrefslogtreecommitdiff
path: root/pfinet/ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet/ethernet.c')
-rw-r--r--pfinet/ethernet.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c
index 1ae6e67d..940b78c2 100644
--- a/pfinet/ethernet.c
+++ b/pfinet/ethernet.c
@@ -68,6 +68,11 @@ ethernet_set_multi (struct device *dev)
static short ether_filter[] =
{
+#ifdef NETF_IN
+ /* We have to tell the packet filtering code that we're interested in
+ incoming packets. */
+ NETF_IN, /* Header. */
+#endif
NETF_PUSHLIT | NETF_NOP,
1
};