aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoe Stringer <joe@wand.net.nz>2013-07-23 13:37:45 +0900
committerJesse Gross <jesse@nicira.com>2013-08-23 16:43:08 -0700
commit280c571e1a0f553d4f2384f1a8b643b5de26e0ec (patch)
treef31512201922e08749d568b2172ab64cbcb46790 /include
parentopenvswitch: Mega flow implementation (diff)
downloadlinux-dev-280c571e1a0f553d4f2384f1a8b643b5de26e0ec.tar.xz
linux-dev-280c571e1a0f553d4f2384f1a8b643b5de26e0ec.zip
net: Add NEXTHDR_SCTP to ipv6.h
Signed-off-by: Joe Stringer <joe@wand.net.nz> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'include')
-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 5fe564985171..7bdff0455065 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