In article <[EMAIL PROTECTED]> (at Mon, 16 Jul 2007 21:56:05 +0900 (JST)), YOSHIFUJI Hideaki / 吉藤英明 <[EMAIL PROTECTED]> says:
> In article <[EMAIL PROTECTED]> (at Mon, 16 Jul 2007 13:41:23 +0100), Gerrit > Renker <[EMAIL PROTECTED]> says: > > > [IPv6]: Can not set the IPV6_PKTINFO option > > > > The Linux manpage of ipv6(7) mentions the IPV6_PKTINFO option (and it is > > defined in header > > files), but there is no setsockopt support for it. Aliasing to > > IPV6_RECVPKTINFO fixes this, > > and checking datagram_recv_ctl() in net/ipv6/datagram.c confirms that this > > works as > > expected from the API. > > > > Signed-off-by: Gerrit Renker <[EMAIL PROTECTED]> > > NAK. It is obsolete. I meant, the manpage is outdated. Current IPV6_PKTINFO is not equal to IPV6_RECVPKTINFO but a sticky option to set source address / interface for outgoing packet. --yoshfuji - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
