Re: [PATCH 2/2] [IPV6] MIP6: Loadable module support for MIPv6.

2007-06-26 Thread David Miller
From: [EMAIL PROTECTED] Date: Wed, 23 May 2007 16:50:19 +0900 > From: Masahide NAKAMURA <[EMAIL PROTECTED]> > > This patch makes MIPv6 loadable module named "mip6". > > Here is a modprobe.conf(5) example to load it automatically > when user application uses XFRM state for MIPv6: > > alias xfrm-

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. (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

Re: [PATCH 2/2] [IPV6] MIP6: Loadable module support for MIPv6.

2007-05-24 Thread Masahide NAKAMURA
Hi Ingo, Ingo Oeser wrote: > Masahide NAKAMURA schrieb: >> Ingo Oeser wrote: >>> What about MODULE_ALIAS("xfrm-type-10-60") >>> and MODULE_ALIAS("xfrm-type-10-43") in mip6.c ? > > Just replace your second patch ("Loadable module support") > with one, which additionally adds these two lines to m

Re: [PATCH 2/2] [IPV6] MIP6: Loadable module support for MIPv6.

2007-05-24 Thread Herbert Xu
On Thu, May 24, 2007 at 10:48:27AM +0900, Masahide NAKAMURA wrote: > > I prefer to use new macro like XFRM mode to unify XFRM > protocols i.e. esp[46].c, ah[46].c, ipcomp[46].c, and mip6.c > if we care about it. Can I add it as extensional patch > if nobody has a plan to do this yet? You're most

Re: [PATCH 2/2] [IPV6] MIP6: Loadable module support for MIPv6.

2007-05-24 Thread Ingo Oeser
Masahide NAKAMURA schrieb: > Ingo Oeser wrote: > > What about MODULE_ALIAS("xfrm-type-10-60") > > and MODULE_ALIAS("xfrm-type-10-43") in mip6.c ? Just replace your second patch ("Loadable module support") with one, which additionally adds these two lines to mip6.c ... > > The aliases in modprob

Re: [PATCH 2/2] [IPV6] MIP6: Loadable module support for MIPv6.

2007-05-23 Thread Masahide NAKAMURA
Ingo Oeser wrote: [EMAIL PROTECTED] schrieb: From: Masahide NAKAMURA <[EMAIL PROTECTED]> This patch makes MIPv6 loadable module named "mip6". Here is a modprobe.conf(5) example to load it automatically when user application uses XFRM state for MIPv6: alias xfrm-type-10-43 mip6 alias xfrm-type

Re: [PATCH 2/2] [IPV6] MIP6: Loadable module support for MIPv6.

2007-05-23 Thread Ingo Oeser
Hi, [EMAIL PROTECTED] schrieb: > From: Masahide NAKAMURA <[EMAIL PROTECTED]> > > This patch makes MIPv6 loadable module named "mip6". > > Here is a modprobe.conf(5) example to load it automatically > when user application uses XFRM state for MIPv6: > > alias xfrm-type-10-43 mip6 > alias xfrm-ty

[PATCH 2/2] [IPV6] MIP6: Loadable module support for MIPv6.

2007-05-23 Thread nakam
From: Masahide NAKAMURA <[EMAIL PROTECTED]> This patch makes MIPv6 loadable module named "mip6". Here is a modprobe.conf(5) example to load it automatically when user application uses XFRM state for MIPv6: alias xfrm-type-10-43 mip6 alias xfrm-type-10-60 mip6 Some MIPv6 feature is not included