From 8013e4ef703e3d1199dfb628e6fe1e0fd290ca49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Aulery?= Date: Mon, 9 Mar 2015 14:04:53 +0100 Subject: [PATCH] ipv6.7: SOL_IPV6 and other SOL_* options socket are not portable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472447 Reported-by: David Madore Signed-off-by: Stéphane Aulery Signed-off-by: Michael Kerrisk --- man7/ipv6.7 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man7/ipv6.7 b/man7/ipv6.7 index c4e6cac30..16c760bc3 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -393,6 +393,18 @@ Programs that assume that all address types can be stored safely in a need to be changed to use .I struct sockaddr_storage for that instead. +.PP +.BR SOL_IP , +.BR SOL_IPV6 , +.B SOL_ICMPV6 +and other +.BR SOL_ * +socket options are not portable +variants of +.BR IPPROTO_ *. +For more information, see +.BR ip (7), +glibc and kernel headers. .SH BUGS The IPv6 extended API as in RFC\ 2292 is currently only partly implemented;