Skip to content

Commit 6d852c3

Browse files
committed
Remove definition of ETHERTYPE_PUP
1. Unused. 2. IANA states: Formerly XEROX PUP. Invalid as an Ethertype since 1983. (https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml) [skip ci]
1 parent 91c707a commit 6d852c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ethertype.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
* <netinet/if_ether.h> if all it needs are ETHERTYPE_ values.
3232
*/
3333

34-
#ifndef ETHERTYPE_PUP
35-
#define ETHERTYPE_PUP 0x0200 /* PUP protocol */
36-
#endif
3734
#ifndef ETHERTYPE_IP
3835
#define ETHERTYPE_IP 0x0800 /* IP protocol */
3936
#endif

0 commit comments

Comments
 (0)