From 5b738d3df30be3eb7dda1eb99edb02ce974f1031 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 8 Apr 2020 14:43:47 -0700 Subject: Revert "Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h." This reverts commit f9ac84f92f151e07586c55e14ed628d493a5929d. --- inet/netinet/in.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inet/netinet/in.h b/inet/netinet/in.h index f6355c7efe..95eaf68dfe 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.h @@ -87,12 +87,8 @@ enum #define IPPROTO_UDPLITE IPPROTO_UDPLITE IPPROTO_MPLS = 137, /* MPLS in IP. */ #define IPPROTO_MPLS IPPROTO_MPLS - IPPROTO_ETHERNET = 143, /* Ethernet-within-IPv6 Encapsulation. */ -#define IPPROTO_ETHERNET IPPROTO_ETHERNET IPPROTO_RAW = 255, /* Raw IP packets. */ #define IPPROTO_RAW IPPROTO_RAW - IPPROTO_MPTCP = 262, /* Multipath TCP connection. */ -#define IPPROTO_MPTCP IPPROTO_MPTCP IPPROTO_MAX }; -- cgit v1.2.3