[hurd,commited] hurd: Fix ETH_P_PUP
Samuel Thibault
samuel.thibault@ens-lyon.org
Tue Jun 16 23:27:33 GMT 2026
According to IANA, PUP is 0200
---
sysdeps/mach/hurd/net/if_ether.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sysdeps/mach/hurd/net/if_ether.h b/sysdeps/mach/hurd/net/if_ether.h
index 91d326b7d7..88b8d03f35 100644
--- a/sysdeps/mach/hurd/net/if_ether.h
+++ b/sysdeps/mach/hurd/net/if_ether.h
@@ -34,8 +34,7 @@
*/
#define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */
-#define ETH_P_ECHO 0x0200 /* Ethernet Echo packet */
-#define ETH_P_PUP 0x0400 /* Xerox PUP packet */
+#define ETH_P_PUP 0x0200 /* Xerox PUP packet */
#define ETH_P_IP 0x0800 /* Internet Protocol packet */
#define ETH_P_X25 0x0805 /* CCITT X.25 */
#define ETH_P_ARP 0x0806 /* Address Resolution packet */
--
2.53.0
More information about the Libc-alpha
mailing list