netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next] net: Add NEXTHDR_SCTP to ipv6.h
@ 2013-07-23  4:37 Joe Stringer
  2013-07-25  0:42 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Stringer @ 2013-07-23  4:37 UTC (permalink / raw)
  To: davem; +Cc: netdev, yoshfuji, horms, jesse, Joe Stringer

Signed-off-by: Joe Stringer <joe@wand.net.nz>
---
 include/net/ipv6.h |    1 +
 1 file changed, 1 insertion(+)

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
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-25  1:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-23  4:37 [net-next] net: Add NEXTHDR_SCTP to ipv6.h Joe Stringer
2013-07-25  0:42 ` David Miller
2013-07-25  1:18   ` Joe Stringer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).