]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Revert "Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h." alistair/rv32.next
authorAlistair Francis <alistair.francis@wdc.com>
Wed, 8 Apr 2020 21:43:47 +0000 (14:43 -0700)
committerAlistair Francis <alistair.francis@wdc.com>
Sun, 26 Apr 2020 02:16:16 +0000 (19:16 -0700)
This reverts commit f9ac84f92f151e07586c55e14ed628d493a5929d.

inet/netinet/in.h

index f6355c7efe5192b88337b136ef687fe9a5ed648c..95eaf68dfeedcfe964dd785a1f39d8fb2be62155 100644 (file)
@@ -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
   };