From 23789fe547c345c608840efd9f2d0094fc640348 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 30 2021 04:37:01 +0000 Subject: Apply patch glibc-rh1930302-1.patch patch_name: glibc-rh1930302-1.patch present_in_specfile: true location_in_specfile: 555 --- diff --git a/inet/netinet/in.h b/inet/netinet/in.h index 03a31b6..c2d12a0 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.h @@ -204,6 +204,7 @@ enum #define INADDR_UNSPEC_GROUP ((in_addr_t) 0xe0000000) /* 224.0.0.0 */ #define INADDR_ALLHOSTS_GROUP ((in_addr_t) 0xe0000001) /* 224.0.0.1 */ #define INADDR_ALLRTRS_GROUP ((in_addr_t) 0xe0000002) /* 224.0.0.2 */ +#define INADDR_ALLSNOOPERS_GROUP ((in_addr_t) 0xe000006a) /* 224.0.0.106 */ #define INADDR_MAX_LOCAL_GROUP ((in_addr_t) 0xe00000ff) /* 224.0.0.255 */ #if !__USE_KERNEL_IPV6_DEFS