]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to netinet/in.h.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 3 Jun 2019 11:16:02 +0000 (11:16 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 3 Jun 2019 11:16:02 +0000 (11:16 +0000)
This patch adds INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to
netinet/in.h.

Tested for x86_64.

* inet/netinet/in.h (INADDR_ALLSNOOPERS_GROUP): New macro.

ChangeLog
inet/netinet/in.h

index 725c2e9ec9be6e8cb0d41c12173fa818d2150e40..5aa67551f7c601bd0032342d44619c0dae05992b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-03  Joseph Myers  <joseph@codesourcery.com>
+
+       * inet/netinet/in.h (INADDR_ALLSNOOPERS_GROUP): New macro.
+
 2019-06-01  Florian Weimer  <fweimer@redhat.com>
 
        arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl support.
index be87de64628e684faa5a9df1af8aacc46b28787d..24caf3c77d46cb0d3743b3e7f5ba81fd73b0d6ef 100644 (file)
@@ -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