diff mbox

[net-next] net: Add NEXTHDR_SCTP to ipv6.h

Message ID 1374554265-10611-1-git-send-email-joe@wand.net.nz
State Rejected, archived
Delegated to: David Miller
Headers show

Commit Message

Joe Stringer July 23, 2013, 4:37 a.m. UTC
Signed-off-by: Joe Stringer <joe@wand.net.nz>
---
 include/net/ipv6.h |    1 +
 1 file changed, 1 insertion(+)

Comments

David Miller July 25, 2013, 12:42 a.m. UTC | #1
From: Joe Stringer <joe@wand.net.nz>
Date: Tue, 23 Jul 2013 13:37:45 +0900

> Signed-off-by: Joe Stringer <joe@wand.net.nz>

There is no value in adding a kernel internal define that is
completely unused.

Sorry I won't be applying this patch.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Joe Stringer July 25, 2013, 1:18 a.m. UTC | #2
Understood.

On Thu, Jul 25, 2013 at 9:42 AM, David Miller <davem@davemloft.net> wrote:
> From: Joe Stringer <joe@wand.net.nz>
> Date: Tue, 23 Jul 2013 13:37:45 +0900
>
>> Signed-off-by: Joe Stringer <joe@wand.net.nz>
>
> There is no value in adding a kernel internal define that is
> completely unused.
>
> Sorry I won't be applying this patch.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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