This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h
- From: Joseph Myers <joseph at codesourcery dot com>
- To: <libc-alpha at sourceware dot org>
- Date: Thu, 23 May 2019 21:18:10 +0000
- Subject: Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h
This patch adds the IGMP_MRDISC_ADV macro from Linux 5.1 to
netinet/igmp.h.
Tested for x86_64.
2019-05-23 Joseph Myers <joseph@codesourcery.com>
* inet/netinet/igmp.h (IGMP_MRDISC_ADV): New macro.
diff --git a/inet/netinet/igmp.h b/inet/netinet/igmp.h
index dccdb11eda..451b1abf47 100644
--- a/inet/netinet/igmp.h
+++ b/inet/netinet/igmp.h
@@ -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 */
--
Joseph S. Myers
joseph@codesourcery.com