Re: [PATCH] [XFRM]: Add module alias for transformation type.

2007-06-26 Thread David Miller
From: [EMAIL PROTECTED] Date: Fri, 25 May 2007 13:23:23 +0900 > Hi Ingo and all, > > This is the third one of MIPv6 module patch. It can be applied > after two patches which are already sent to the list. > Could you review it? > > > It is clean-up for XFRM type modules and adds aliases with its

Re: [PATCH] [XFRM]: Add module alias for transformation type. (Re: [PATCH 2/2] [IPV6] MIP6: Loadable module support for MIPv6.)

2007-05-31 Thread Ingo Oeser
Dear Nakamura-san, [EMAIL PROTECTED] schrieb: > This is the third one of MIPv6 module patch. It can be applied > after two patches which are already sent to the list. > Could you review it? They look good. Thanks for taking the time to clean this up! Acked-by: Ingo Oeser <[EMAIL PROTECTED]> Be

Re: [PATCH] [XFRM]: Add module alias for transformation type.

2007-05-24 Thread Herbert Xu
On Fri, May 25, 2007 at 02:34:34PM +0900, YOSHIFUJI Hideaki / 吉藤英明 wrote: > > Could we use the existing IPPROTO_* values for all of these? > > No, because they are of enums. Good point. I've forgotten about these module alias hacks :) Cheers, -- Visit Openswan at http://www.openswan.org/ Email

Re: [PATCH] [XFRM]: Add module alias for transformation type.

2007-05-24 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Fri, 25 May 2007 15:32:20 +1000), Herbert Xu <[EMAIL PROTECTED]> says: > On Fri, May 25, 2007 at 01:23:23PM +0900, [EMAIL PROTECTED] wrote: > > > > diff --git a/include/net/xfrm.h b/include/net/xfrm.h > > index 1e53520..c9f895f 100644 > > --- a/include/net/xfrm

Re: [PATCH] [XFRM]: Add module alias for transformation type. (Re: [PATCH 2/2] [IPV6] MIP6: Loadable module support for MIPv6.)

2007-05-24 Thread Herbert Xu
On Fri, May 25, 2007 at 01:23:23PM +0900, [EMAIL PROTECTED] wrote: > > diff --git a/include/net/xfrm.h b/include/net/xfrm.h > index 1e53520..c9f895f 100644 > --- a/include/net/xfrm.h > +++ b/include/net/xfrm.h > @@ -19,9 +19,19 @@ > #include > #include > > +#define XFRM_PROTO_ESP

[PATCH] [XFRM]: Add module alias for transformation type. (Re: [PATCH 2/2] [IPV6] MIP6: Loadable module support for MIPv6.)

2007-05-24 Thread nakam
Hi Ingo and all, This is the third one of MIPv6 module patch. It can be applied after two patches which are already sent to the list. Could you review it? It is clean-up for XFRM type modules and adds aliases with its protocol: ESP, AH, IPCOMP, IPIP and IPv6 for IPsec ROUTING and DSTOPTS for M