Re: [PATCH 1/2] [IPV6]: Return correct result for sticky options.

2007-03-08 Thread David Miller
From: YOSHIFUJI Hideaki / 吉藤英明 <[EMAIL PROTECTED]> Date: Fri, 09 Mar 2007 10:11:52 +0900 (JST) > We returned incorrect result with IPV6_RTHDRDSTOPTS, IPV6_RTHDR and > IPV6_DSTOPTS. > > Signed-off-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Applied. - To unsubscribe from this list: send the line "u

Re: [PATCH 1/2] [IPV6]: Return correct result for sticky options.

2007-03-08 Thread Chris Wright
* YOSHIFUJI Hideaki / 吉藤英明 ([EMAIL PROTECTED]) wrote: > We returned incorrect result with IPV6_RTHDRDSTOPTS, IPV6_RTHDR and > IPV6_DSTOPTS. This makes a lot more sense. I wondered about that, thanks. -chris - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a messa

[PATCH 1/2] [IPV6]: Return correct result for sticky options.

2007-03-08 Thread YOSHIFUJI Hideaki / 吉藤英明
We returned incorrect result with IPV6_RTHDRDSTOPTS, IPV6_RTHDR and IPV6_DSTOPTS. Signed-off-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> --- net/ipv6/ipv6_sockglue.c | 27 +++ 1 files changed, 23 insertions(+), 4 deletions(-) diff --git a/net/ipv6/ipv6_sockglue.c b/net/ip