diff options
author | Joe Stringer <joe@wand.net.nz> | 2013-07-23 00:37:45 -0400 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2013-08-23 19:43:08 -0400 |
commit | 280c571e1a0f553d4f2384f1a8b643b5de26e0ec (patch) | |
tree | f31512201922e08749d568b2172ab64cbcb46790 | |
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>
-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 @@ | |||
41 | #define NEXTHDR_ICMP 58 /* ICMP for IPv6. */ | 41 | #define NEXTHDR_ICMP 58 /* ICMP for IPv6. */ |
42 | #define NEXTHDR_NONE 59 /* No next header */ | 42 | #define NEXTHDR_NONE 59 /* No next header */ |
43 | #define NEXTHDR_DEST 60 /* Destination options header. */ | 43 | #define NEXTHDR_DEST 60 /* Destination options header. */ |
44 | #define NEXTHDR_SCTP 132 /* SCTP message. */ | ||
44 | #define NEXTHDR_MOBILITY 135 /* Mobility header. */ | 45 | #define NEXTHDR_MOBILITY 135 /* Mobility header. */ |
45 | 46 | ||
46 | #define NEXTHDR_MAX 255 | 47 | #define NEXTHDR_MAX 255 |