Skip to content

Commit

Permalink
net: Add NEXTHDR_SCTP to ipv6.h
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Stringer <joe@wand.net.nz>
Signed-off-by: Jesse Gross <jesse@nicira.com>
  • Loading branch information
Joe Stringer authored and Jesse Gross committed Aug 23, 2013
1 parent 03f0d91 commit 280c571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/net/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define NEXTHDR_ICMP 58 /* ICMP for IPv6. */
#define NEXTHDR_NONE 59 /* No next header */
#define NEXTHDR_DEST 60 /* Destination options header. */
#define NEXTHDR_SCTP 132 /* SCTP message. */
#define NEXTHDR_MOBILITY 135 /* Mobility header. */

#define NEXTHDR_MAX 255
Expand Down

0 comments on commit 280c571

Please sign in to comment.