From: Daniel Borkmann <[email protected]> Add the definition of Internet Group Management Protocol.
Signed-off-by: Cong Wang <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Thomas Graf <[email protected]> Signed-off-by: Flavio Leitner <[email protected]> --- 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 [email protected] Casey Barker [email protected] Chris Wright [email protected] Chuck Short [email protected] +Cong Wang [email protected] Damien Millescamps [email protected] Dan Carpenter [email protected] Dan Wendlandt [email protected] +Daniel Borkmann [email protected] Daniel Hiltgen [email protected] Daniel Roman [email protected] Daniele Di Proietto [email protected] 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 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
