Re: [PATCH][IPSEC][4/7] inter address family ipsec tunnel

2006-12-07 Thread David Miller
From: Kazunori MIYAZAWA <[EMAIL PROTECTED]> Date: Thu, 07 Dec 2006 20:23:48 +0900 > David Miller wrote: > > From: David Miller <[EMAIL PROTECTED]> > > Date: Wed, 06 Dec 2006 23:37:49 -0800 (PST) > > > >> From: Kazunori MIYAZAWA <[EMAIL PROTECTED]> > >> Date: Wed, 6 Dec 2006 20:35:37 +0900 > >> >

Re: [PATCH][IPSEC][4/7] inter address family ipsec tunnel

2006-12-07 Thread Kazunori MIYAZAWA
David Miller wrote: From: David Miller <[EMAIL PROTECTED]> Date: Wed, 06 Dec 2006 23:37:49 -0800 (PST) From: Kazunori MIYAZAWA <[EMAIL PROTECTED]> Date: Wed, 6 Dec 2006 20:35:37 +0900 BTW, I have a question about descrementing the reference count of rt->peer. The reference cound in normal "d

Re: [PATCH][IPSEC][4/7] inter address family ipsec tunnel

2006-12-06 Thread David Miller
From: David Miller <[EMAIL PROTECTED]> Date: Wed, 06 Dec 2006 23:37:49 -0800 (PST) > From: Kazunori MIYAZAWA <[EMAIL PROTECTED]> > Date: Wed, 6 Dec 2006 20:35:37 +0900 > > > BTW, I have a question about descrementing the reference count of > > rt->peer. The reference cound in normal "dst" struct

Re: [PATCH][IPSEC][4/7] inter address family ipsec tunnel

2006-12-06 Thread David Miller
From: David Miller <[EMAIL PROTECTED]> Date: Wed, 06 Dec 2006 23:37:49 -0800 (PST) > From: Kazunori MIYAZAWA <[EMAIL PROTECTED]> > Date: Wed, 6 Dec 2006 20:35:37 +0900 > > > Sorry, I mixed up changes in the patches. I described that [4/7] will add > > "IPv6 over IPv4 IPsec tunnel". However I send

Re: [PATCH][IPSEC][4/7] inter address family ipsec tunnel

2006-12-06 Thread David Miller
From: Kazunori MIYAZAWA <[EMAIL PROTECTED]> Date: Wed, 6 Dec 2006 20:35:37 +0900 > Sorry, I mixed up changes in the patches. I described that [4/7] will add > "IPv6 over IPv4 IPsec tunnel". However I send a patch for "IPv4 over IPv6" > as a reply because it includes the discussing item. > So this

Re: [PATCH][IPSEC][4/7] inter address family ipsec tunnel

2006-12-06 Thread Kazunori MIYAZAWA
On Fri, 01 Dec 2006 13:41:39 +0900 Kazunori MIYAZAWA <[EMAIL PROTECTED]> wrote: > David Miller wrote: > > From: Kazunori MIYAZAWA <[EMAIL PROTECTED]> > > Date: Fri, 24 Nov 2006 14:38:39 +0900 > > > > What is going on here? > > > >> + /* Without this, the atomic inc below segfaul

Re: [PATCH][IPSEC][4/7] inter address family ipsec tunnel

2006-11-30 Thread Kazunori MIYAZAWA
David Miller wrote: From: Kazunori MIYAZAWA <[EMAIL PROTECTED]> Date: Fri, 24 Nov 2006 14:38:39 +0900 What is going on here? + /* Without this, the atomic inc below segfaults */ + if (encap_family == AF_INET6) { + rt->pe

Re: [PATCH][IPSEC][4/7] inter address family ipsec tunnel

2006-11-30 Thread David Miller
From: Kazunori MIYAZAWA <[EMAIL PROTECTED]> Date: Fri, 24 Nov 2006 14:38:39 +0900 What is going on here? > + /* Without this, the atomic inc below segfaults */ > + if (encap_family == AF_INET6) { > + rt->peer = NULL; > +