ipv6.7: srcfix: Added/updated FIXMEs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-12-15 17:45:45 +01:00
parent f645fea8c0
commit c6a7484a2d
1 changed files with 76 additions and 8 deletions

View File

@ -4,6 +4,82 @@
.\" and in case of nontrivial modification author and date
.\" of the modification is added to the header.
.\" $Id: ipv6.7,v 1.3 2000/12/20 18:10:31 ak Exp $
structure.
.\"
.\" The following socket options are undocumented
.\" All of the folloing are from:
.\" commit 333fad5364d6b457c8d837f7d05802d2aaf8a961
.\" Author: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
.\" Support several new sockopt / ancillary data in Advanced API (RFC3542).
.\" IPV6_2292PKTINFO (2.6.14)
.\" Formerly IPV6_PKTINFO
.\" IPV6_2292HOPOPTS (2.6.14)
.\" Formerly IPV6_HOPOPTS, which is documented
.\" IPV6_2292DSTOPTS (2.6.14)
.\" Formerly IPV6_DSTOPTS, which is documented
.\" IPV6_2292RTHDR (2.6.14)
.\" Formerly IPV6_RTHDR, which is documented
.\" IPV6_2292PKTOPTIONS (2.6.14)
.\" Formerly IPV6_PKTOPTIONS
.\" IPV6_2292HOPLIMIT (2.6.14)
.\" Formerly IPV6_HOPLIMIT, which is documented
.\"
.\" IPV6_RECVHOPLIMIT (2.6.14)
.\" IPV6_RECVHOPOPTS (2.6.14)
.\" IPV6_RTHDRDSTOPTS (2.6.14)
.\" IPV6_RECVRTHDR (2.6.14)
.\" IPV6_RECVDSTOPTS (2.6.14)
.\"
.\" IPV6_RECVPATHMTU (2.6.35, flag value added in 2.6.14)
.\" commit 793b14731686595a741d9f47726ad8b9a235385a
.\" Author: Brian Haley <brian.haley@hp.com>
.\" IPV6_PATHMTU (2.6.35, flag value added in 2.6.14)
.\" commit 793b14731686595a741d9f47726ad8b9a235385a
.\" Author: Brian Haley <brian.haley@hp.com>
.\" IPV6_DONTFRAG (2.6.35, flag value added in 2.6.14)
.\" commit 793b14731686595a741d9f47726ad8b9a235385a
.\" Author: Brian Haley <brian.haley@hp.com>
.\" commit 4b340ae20d0e2366792abe70f46629e576adaf5e
.\" Author: Brian Haley <brian.haley@hp.com>
.\"
.\" IPV6_RECVTCLASS (2.6.14)
.\" commit 41a1f8ea4fbfcdc4232f023732584aae2220de31
.\" Author: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
.\" Based on patch from David L Stevens <dlstevens@us.ibm.com>
.\"
.\" IPV6_CHECKSUM (2.2)
.\" IPV6_NEXTHOP (2.2)
.\" IPV6_JOIN_ANYCAST (2.4.21 / 2.6)
.\" IPV6_LEAVE_ANYCAST (2.4.21 / 2.6)
.\" IPV6_FLOWLABEL_MGR (2.2.7 / 2.4)
.\" IPV6_FLOWINFO_SEND (2.2.7 / 2.4)
.\" IPV6_IPSEC_POLICY (2.6)
.\" IPV6_XFRM_POLICY (2.6)
.\" IPV6_TCLASS (2.6)
.\"
.\" IPV6_ADDR_PREFERENCES (2.6.26)
.\" commit 7cbca67c073263c179f605bdbbdc565ab29d801d
.\" Author: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
.\" IPV6_MINHOPCOUNT (2.6.35)
.\" commit e802af9cabb011f09b9c19a82faef3dd315f27eb
.\" Author: Stephen Hemminger <shemminger@vyatta.com>
.\" IPV6_ORIGDSTADDR (2.6.37)
.\" Actually a CMSG rather than a sockopt?
.\" In header file, we have IPV6_RECVORIGDSTADDR == IPV6_ORIGDSTADDR
.\" commit 6c46862280c5f55eda7750391bc65cd7e08c7535
.\" Author: Balazs Scheidler <bazsi@balabit.hu>
.\" IPV6_RECVORIGDSTADDR (2.6.37)
.\" commit 6c46862280c5f55eda7750391bc65cd7e08c7535
.\" Author: Balazs Scheidler <bazsi@balabit.hu>
.\" Support for IPV6_RECVORIGDSTADDR sockopt for UDP sockets
.\" were contributed by Harry Mason.
.\" IPV6_TRANSPARENT (2.6.37)
.\" commit 6c46862280c5f55eda7750391bc65cd7e08c7535
.\" Author: Balazs Scheidler <bazsi@balabit.hu>
.\" IPV6_UNICAST_IF (3.4)
.\" commit c4062dfc425e94290ac427a98d6b4721dd2bc91f
.\" Author: Erich E. Hoover <ehoover@mines.edu>
.\"
.TH IPV6 7 2012-11-07 "Linux" "Linux Programmer's Manual"
.SH NAME
ipv6 \- Linux IPv6 protocol implementation
@ -137,14 +213,6 @@ programs that don't know how to deal with the IPv6 API.
Control membership in multicast groups.
Argument is a pointer to a
.I struct ipv6_mreq
structure.
.\" FIXME IPV6_CHECKSUM is not documented, and probably should be
.\" FIXME IPV6_JOIN_ANYCAST is not documented, and probably should be
.\" FIXME IPV6_LEAVE_ANYCAST is not documented, and probably should be
.\" FIXME IPV6_PKTINFO is not documented, and probably should be
.\" FIXME IPV6_2292PKTINFO is not documented, and probably should be
.\" FIXME there are probably many other IPV6_* socket options that
.\" should be documented
.TP
.B IPV6_MTU
Set the MTU to be used for the socket.