From 9a499d9f19976d406ae6d51636e98f2720fb5392 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 30 2021 04:37:01 +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 };