Re: [PATCH net-next] ipv6: add IPV6_HDRINCL option for raw sockets

2015-12-17 Thread David Miller
From: Hannes Frederic Sowa Date: Wed, 16 Dec 2015 17:22:47 +0100 > Same as in Windows, we miss IPV6_HDRINCL for SOL_IPV6 and SOL_RAW. > The SOL_IP/IP_HDRINCL is not available for IPv6 sockets. > > Signed-off-by: Hannes Frederic Sowa This

Re: [PATCH net-next] ipv6: add IPV6_HDRINCL option for raw sockets

2015-12-16 Thread Joe Perches
On Wed, 2015-12-16 at 17:22 +0100, Hannes Frederic Sowa wrote: > Same as in Windows, we miss IPV6_HDRINCL for SOL_IPV6 and SOL_RAW. > The SOL_IP/IP_HDRINCL is not available for IPv6 sockets. [] > diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c [] > @@ -972,6 +972,11 @@ static int

[PATCH net-next] ipv6: add IPV6_HDRINCL option for raw sockets

2015-12-16 Thread Hannes Frederic Sowa
Same as in Windows, we miss IPV6_HDRINCL for SOL_IPV6 and SOL_RAW. The SOL_IP/IP_HDRINCL is not available for IPv6 sockets. Signed-off-by: Hannes Frederic Sowa --- include/uapi/linux/in6.h | 1 + net/ipv6/raw.c | 20 2 files changed,