public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Zack Weinberg <zack@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/zack/no-nested-includes] Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h.
Date: Tue, 18 Jun 2019 15:28:00 -0000	[thread overview]
Message-ID: <20190618152804.91944.qmail@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c6df1ce3d57328bb14191c85dc4695ffc4bd3b6c

commit c6df1ce3d57328bb14191c85dc4695ffc4bd3b6c
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 28 12:01:12 2019 +0000

    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.
    
    	* inet/netinet/igmp.h (IGMP_MRDISC_ADV): New macro.

Diff:
---
 ChangeLog           | 4 ++++
 inet/netinet/igmp.h | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 53a3ae4..6748798 100644
--- 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.
diff --git a/inet/netinet/igmp.h b/inet/netinet/igmp.h
index dccdb11..451b1ab 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 */


                 reply	other threads:[~2019-06-18 15:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190618152804.91944.qmail@sourceware.org \
    --to=zack@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).