]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 28 May 2019 12:01:12 +0000 (12:01 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 28 May 2019 12:01:12 +0000 (12:01 +0000)
This patch adds the IGMP_MRDISC_ADV macro from Linux 5.1 to
netinet/igmp.h.

Tested for x86_64.

* inet/netinet/igmp.h (IGMP_MRDISC_ADV): New macro.

ChangeLog
inet/netinet/igmp.h

index 53a3ae4ddbe3c63f14cb58776ee313c426fe60da..674879840da3c012a6b40caebcfb55730840ec59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-28  Joseph Myers  <joseph@codesourcery.com>
+
+       * inet/netinet/igmp.h (IGMP_MRDISC_ADV): New macro.
+
 2019-05-27  Florian Weimer  <fweimer@redhat.com>
 
        * nptl/nptl-init.c: Add comment.
index dccdb11edad3a60485d1dde6d67c78199ef4fb11..451b1abf47441c23e9fdb4e5d4e22ba7f438922d 100644 (file)
@@ -86,6 +86,7 @@ struct igmp {
 
 #define IGMP_MTRACE_RESP               0x1e    /* traceroute resp.(to sender)*/
 #define IGMP_MTRACE                    0x1f    /* mcast traceroute messages  */
+#define IGMP_MRDISC_ADV                        0x30    /* From RFC4286.  */
 
 #define IGMP_MAX_HOST_REPORT_DELAY     10      /* max delay for response to     */
                                                /*  query (in seconds) according */