OSDN Git Service

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)
commit715f504b118998c41a2079a17e16bf5a8a114885
tree5d7953224747992bdc2cf8cf5556a81ac84c0a76
parent32bc201e1974976b7d3fea9a9b17bb7392ca6394
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