All of lore.kernel.org
 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

* Re: [net-next] net: Add NEXTHDR_SCTP to ipv6.h
  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
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2013-07-25  0:42 UTC (permalink / raw)
  To: joe; +Cc: netdev, yoshfuji, horms, jesse

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.

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

* Re: [net-next] net: Add NEXTHDR_SCTP to ipv6.h
  2013-07-25  0:42 ` David Miller
@ 2013-07-25  1:18   ` Joe Stringer
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Stringer @ 2013-07-25  1:18 UTC (permalink / raw)
  To: David Miller; +Cc: Joe Stringer, netdev, yoshfuji, Simon Horman, Jesse Gross

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.

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.