8a984d
commit dc91a19e6f71e1523f4ac179191a29b2131d74bb
8a984d
Author: Joseph Myers <joseph@codesourcery.com>
8a984d
Date:   Mon Jun 3 11:16:02 2019 +0000
8a984d
8a984d
    Add INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to netinet/in.h.
8a984d
    
8a984d
    This patch adds INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to
8a984d
    netinet/in.h.
8a984d
    
8a984d
    Tested for x86_64.
8a984d
    
8a984d
            * inet/netinet/in.h (INADDR_ALLSNOOPERS_GROUP): New macro.
8a984d
8a984d
diff --git a/inet/netinet/in.h b/inet/netinet/in.h
8a984d
index 03a31b634c8bfbed..c2d12a04aab6c022 100644
8a984d
--- a/inet/netinet/in.h
8a984d
+++ b/inet/netinet/in.h
8a984d
@@ -204,6 +204,7 @@ enum
8a984d
 #define INADDR_UNSPEC_GROUP	((in_addr_t) 0xe0000000) /* 224.0.0.0 */
8a984d
 #define INADDR_ALLHOSTS_GROUP	((in_addr_t) 0xe0000001) /* 224.0.0.1 */
8a984d
 #define INADDR_ALLRTRS_GROUP    ((in_addr_t) 0xe0000002) /* 224.0.0.2 */
8a984d
+#define INADDR_ALLSNOOPERS_GROUP ((in_addr_t) 0xe000006a) /* 224.0.0.106 */
8a984d
 #define INADDR_MAX_LOCAL_GROUP  ((in_addr_t) 0xe00000ff) /* 224.0.0.255 */
8a984d
 
8a984d
 #if !__USE_KERNEL_IPV6_DEFS