]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: add IPV6_HDRINCL option for raw sockets
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Wed, 16 Dec 2015 16:22:47 +0000 (17:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Dec 2015 20:12:28 +0000 (15:12 -0500)
commita4db9068079e15d74e0f6399accbde26fb3b2b03
tree5d7953224747992bdc2cf8cf5556a81ac84c0a76
parent47cea6a51c2daa46443231fca8228b15259695ed
ipv6: add IPV6_HDRINCL option for raw sockets

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 <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/in6.h
net/ipv6/raw.c