]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
net: Add NEXTHDR_SCTP to ipv6.h
authorJoe Stringer <joe@wand.net.nz>
Tue, 23 Jul 2013 04:37:45 +0000 (13:37 +0900)
committerJesse Gross <jesse@nicira.com>
Fri, 23 Aug 2013 23:43:08 +0000 (16:43 -0700)
Signed-off-by: Joe Stringer <joe@wand.net.nz>
Signed-off-by: Jesse Gross <jesse@nicira.com>
include/net/ipv6.h

index 5fe5649851713e7858a2d016988cbe175ea7eaa6..7bdff0455065655fe55ae6e6761ee6beb9dd0818 100644 (file)
@@ -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