mirror of
https://github.com/openvswitch/ovs
synced 2025-10-25 15:07:05 +00:00
netinet: Add IPPROTO_IGMP definition
Add the definition of Internet Group Management Protocol. Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Acked-by: Thomas Graf <tgraf@redhat.com> Signed-off-by: Flavio Leitner <fbl@redhat.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
committed by
Ben Pfaff
parent
9500f50575
commit
08be8c09fc
2
AUTHORS
2
AUTHORS
@@ -26,9 +26,11 @@ Bryan Phillippe bp@toroki.com
|
||||
Casey Barker crbarker@google.com
|
||||
Chris Wright chrisw@sous-sol.org
|
||||
Chuck Short zulcss@ubuntu.com
|
||||
Cong Wang amwang@redhat.com
|
||||
Damien Millescamps damien.millescamps@6wind.com
|
||||
Dan Carpenter dan.carpenter@oracle.com
|
||||
Dan Wendlandt dan@nicira.com
|
||||
Daniel Borkmann dborkman@redhat.com
|
||||
Daniel Hiltgen daniel@netkine.com
|
||||
Daniel Roman droman@nicira.com
|
||||
Daniele Di Proietto daniele.di.proietto@gmail.com
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user