Re: [**RFC**] [IPV6]: Support RFC3542 IPV6_PKTINFO socket option.

2007-07-16 Thread Vlad Yasevich
Hi Yoshifuji-san Some more comments below... YOSHIFUJI Hideaki / 吉藤英明 wrote: > > Thank you. Here's take 2. > > diff --git a/net/ipv6/datagram.c b/net/ipv6/datagram.c > index b1fe7ac..119363a 100644 > --- a/net/ipv6/datagram.c > +++ b/net/ipv6/datagram.c > @@ -496,7 +496,58 @@ int datagram_recv

Re: [**RFC**] [IPV6]: Support RFC3542 IPV6_PKTINFO socket option.

2007-07-16 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Mon, 16 Jul 2007 11:31:28 -0400), Vlad Yasevich <[EMAIL PROTECTED]> says: > YOSHIFUJI Hideaki / 吉藤英明 wrote: > > Hello. > > > > This patch is just a tentative implementation of RFC3542 IPV6_PKTINFO > > sticky option, and is NOT intended to be applied so far. > >

Re: [**RFC**] [IPV6]: Support RFC3542 IPV6_PKTINFO socket option.

2007-07-16 Thread Vlad Yasevich
YOSHIFUJI Hideaki / 吉藤英明 wrote: > Hello. > > This patch is just a tentative implementation of RFC3542 IPV6_PKTINFO > sticky option, and is NOT intended to be applied so far. > > We need to check if this is okay in RFC POV, anyway. ok. comments from just the RFC pov. > diff --git a/net/ipv6/dat

[**RFC**] [IPV6]: Support RFC3542 IPV6_PKTINFO socket option.

2007-07-16 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. This patch is just a tentative implementation of RFC3542 IPV6_PKTINFO sticky option, and is NOT intended to be applied so far. We need to check if this is okay in RFC POV, anyway. --- [RFC] [IPV6]: Support RFC3542 IPV6_PKTINFO socket option. Signed-off-by: YOSHIFUJI Hideaki <[EM