Re: [PATCH] check connect(2) status for IPv6 UDP socket

2006-02-09 Thread David S. Miller
From: Nicolas DICHTEL <[EMAIL PROTECTED]> Date: Thu, 09 Feb 2006 10:39:12 +0100 > Yes, that's what I mean ;-) It was the same problem for not-connected > socket in UDP. Ok, I see. Nicolas, can you resend your patch to me via private email? Thanks. - To unsubscribe from this list: send the line

Re: [PATCH] check connect(2) status for IPv6 UDP socket

2006-02-09 Thread Nicolas DICHTEL
Herbert Xu a écrit : David S. Miller <[EMAIL PROTECTED]> wrote: From: Nicolas DICHTEL <[EMAIL PROTECTED]> Date: Mon, 06 Feb 2006 12:00:30 +0100 in the same way of this patch, why dst_entry are stored for RAW socket ? In case of specific IPSec rules for ICMPv6, xfrm state can be different fo

Re: [PATCH] check connect(2) status for IPv6 UDP socket

2006-02-08 Thread Herbert Xu
David S. Miller <[EMAIL PROTECTED]> wrote: > From: Nicolas DICHTEL <[EMAIL PROTECTED]> > Date: Mon, 06 Feb 2006 12:00:30 +0100 > >> in the same way of this patch, why dst_entry are stored for >> RAW socket ? In case of specific IPSec rules for ICMPv6, >> xfrm state can be different for the same de

Re: [PATCH] check connect(2) status for IPv6 UDP socket

2006-02-08 Thread David S. Miller
From: Nicolas DICHTEL <[EMAIL PROTECTED]> Date: Mon, 06 Feb 2006 12:00:30 +0100 > in the same way of this patch, why dst_entry are stored for > RAW socket ? In case of specific IPSec rules for ICMPv6, > xfrm state can be different for the same destination. > Attached, a proposed patch. We cache t

Re: [PATCH] check connect(2) status for IPv6 UDP socket

2006-02-07 Thread Nicolas DICHTEL
Hi all, in the same way of this patch, why dst_entry are stored for RAW socket ? In case of specific IPSec rules for ICMPv6, xfrm state can be different for the same destination. Attached, a proposed patch. Regards, Nicolas [IPV6] Don't store dst_entry for RAW socket Signed-off-by: Nicolas DIC