summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Stringer <joe@wand.net.nz>2013-07-23 04:37:45 (GMT)
committerJesse Gross <jesse@nicira.com>2013-08-23 23:43:08 (GMT)
commit280c571e1a0f553d4f2384f1a8b643b5de26e0ec (patch)
treef31512201922e08749d568b2172ab64cbcb46790
parent03f0d916aa0317592dda11bd17c7357858719b6c (diff)
downloadlinux-fsl-qoriq-280c571e1a0f553d4f2384f1a8b643b5de26e0ec.tar.xz
net: Add NEXTHDR_SCTP to ipv6.h
Signed-off-by: Joe Stringer <joe@wand.net.nz> Signed-off-by: Jesse Gross <jesse@nicira.com>
-rw-r--r--include/net/ipv6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 5fe5649..7bdff04 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -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