From 675dbd7d735f7387d71e900b0f98114e06824430 Mon Sep 17 00:00:00 2001 From: Packit Bot Date: May 04 2021 22:37:50 +0000 Subject: Apply patch glibc-rh1930302-2.patch patch_name: glibc-rh1930302-2.patch present_in_specfile: true location_in_specfile: 556 --- diff --git a/inet/netinet/in.h b/inet/netinet/in.h index c2d12a0..5880e90 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.h @@ -87,8 +87,12 @@ 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 };