[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1374554265-10611-1-git-send-email-joe@wand.net.nz>
Date: Tue, 23 Jul 2013 13:37:45 +0900
From: Joe Stringer <joe@...d.net.nz>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, yoshfuji@...ux-ipv6.org,
horms@...ge.net.au, jesse@...ira.com,
Joe Stringer <joe@...d.net.nz>
Subject: [net-next] net: Add NEXTHDR_SCTP to ipv6.h
Signed-off-by: Joe Stringer <joe@...d.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists