projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f0d91
)
net: Add NEXTHDR_SCTP to ipv6.h
author
Joe Stringer
<joe@wand.net.nz>
Tue, 23 Jul 2013 04:37:45 +0000
(13:37 +0900)
committer
Jesse 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
patch
|
blob
|
history
diff --git
a/include/net/ipv6.h
b/include/net/ipv6.h
index 5fe5649851713e7858a2d016988cbe175ea7eaa6..7bdff0455065655fe55ae6e6761ee6beb9dd0818 100644
(file)
--- 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