diff options
author | Joe Stringer <joe@wand.net.nz> | 2013-07-23 13:37:45 +0900 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2013-08-23 16:43:08 -0700 |
commit | 280c571e1a0f553d4f2384f1a8b643b5de26e0ec (patch) | |
tree | f31512201922e08749d568b2172ab64cbcb46790 /include/net/ipv6.h | |
parent | 03f0d916aa0317592dda11bd17c7357858719b6c (diff) |
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/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 1 |
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 |