artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0f6305
)
treat only ether II type packets for ipx.
author
mickey
<mickey@openbsd.org>
Thu, 19 Dec 1996 10:59:21 +0000
(10:59 +0000)
committer
mickey
<mickey@openbsd.org>
Thu, 19 Dec 1996 10:59:21 +0000
(10:59 +0000)
sys/net/if_ethersubr.c
patch
|
blob
|
history
diff --git
a/sys/net/if_ethersubr.c
b/sys/net/if_ethersubr.c
index
4a6e835
..
9283301
100644
(file)
--- a/
sys/net/if_ethersubr.c
+++ b/
sys/net/if_ethersubr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_ethersubr.c,v 1.1
3 1996/06/02 16:31:01 niklas
Exp $ */
+/* $OpenBSD: if_ethersubr.c,v 1.1
4 1996/12/19 10:59:21 mickey
Exp $ */
/* $NetBSD: if_ethersubr.c,v 1.19 1996/05/07 02:40:30 thorpej Exp $ */
/*
@@
-431,10
+431,6
@@
ether_input(ifp, eh, m)
return;
#endif
#ifdef IPX
- case ETHERTYPE_8022:
- case ETHERTYPE_8022TR:
- case ETHERTYPE_8023:
- case ETHERTYPE_SNAP:
case ETHERTYPE_II:
schednetisr(NETISR_IPX);
inq = &ipxintrq;