[ovs-dev] [PATCH 01/18] netinet: Add IPPROTO_IGMP definition

Flavio Leitner fbl at redhat.com
Fri Apr 11 21:34:06 UTC 2014


From: Daniel Borkmann <dborkman at redhat.com>

Add the definition of Internet Group Management Protocol.

Signed-off-by: Cong Wang <amwang at redhat.com>
Signed-off-by: Daniel Borkmann <dborkman at redhat.com>
Acked-by: Thomas Graf <tgraf at redhat.com>
Signed-off-by: Flavio Leitner <fbl at redhat.com>
---
 AUTHORS                     | 2 ++
 include/sparse/netinet/in.h | 1 +
 2 files changed, 3 insertions(+)

diff --git a/AUTHORS b/AUTHORS
index 78640b8..cf35fcc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,9 +24,11 @@ Bryan Phillippe         bp at toroki.com
 Casey Barker            crbarker at google.com
 Chris Wright            chrisw at sous-sol.org
 Chuck Short             zulcss at ubuntu.com
+Cong Wang               amwang at redhat.com
 Damien Millescamps      damien.millescamps at 6wind.com
 Dan Carpenter           dan.carpenter at oracle.com
 Dan Wendlandt           dan at nicira.com
+Daniel Borkmann         dborkman at redhat.com
 Daniel Hiltgen          daniel at netkine.com
 Daniel Roman            droman at nicira.com
 Daniele Di Proietto     daniele.di.proietto at gmail.com
diff --git a/include/sparse/netinet/in.h b/include/sparse/netinet/in.h
index d51722e..c63dca7 100644
--- a/include/sparse/netinet/in.h
+++ b/include/sparse/netinet/in.h
@@ -61,6 +61,7 @@ struct sockaddr_in6 {
 #define IPPROTO_IPV6  41
 #define IPPROTO_HOPOPTS 0
 #define IPPROTO_ICMP 1
+#define IPPROTO_IGMP 2
 #define IPPROTO_TCP 6
 #define IPPROTO_UDP 17
 #define IPPROTO_ROUTING 43
-- 
1.9.0




More information about the dev mailing list