diff options
author | Hannes Frederic Sowa | 2015-12-16 17:22:47 +0100 |
---|---|---|
committer | David S. Miller | 2015-12-17 15:12:28 -0500 |
commit | 715f504b118998c41a2079a17e16bf5a8a114885 (patch) | |
tree | 5d7953224747992bdc2cf8cf5556a81ac84c0a76 /include/uapi/linux/in6.h | |
parent | 32bc201e1974976b7d3fea9a9b17bb7392ca6394 (diff) |
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>
Diffstat (limited to 'include/uapi/linux/in6.h')
-rw-r--r-- | include/uapi/linux/in6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/in6.h b/include/uapi/linux/in6.h index 79b12b004ade..318a4828bf98 100644 --- a/include/uapi/linux/in6.h +++ b/include/uapi/linux/in6.h @@ -196,6 +196,7 @@ struct in6_flowlabel_req { #define IPV6_IPSEC_POLICY 34 #define IPV6_XFRM_POLICY 35 +#define IPV6_HDRINCL 36 #endif /* |