Herbert Xu wrote:
> Please rebase your tree on something that's more recent. We've had
> xfrm modes for more than two months now.
OK, I use rebase to catch up with the latest tree.
(This tree is just for review then it is not against the latest but 2.6.17.)
--
Masahide NAKAMURA
-
To unsubscrib
Masahide NAKAMURA <[EMAIL PROTECTED]> wrote:
>
> diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h
> index 6b42cc4..7dff1c8 100644
> --- a/include/linux/xfrm.h
> +++ b/include/linux/xfrm.h
> @@ -178,6 +178,13 @@ struct xfrm_user_sec_ctx {
>__u16 ctx_len;
> };
>
>
David Miller wrote:
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Date: Sat, 29 Jul 2006 18:29:45 +0900
>
>> Transformation mode is used as either IPsec transport or tunnel.
>> It is required to add two more items, route-optimization and inbound trigger
>> by Mobile IPv6.
>> Based on MIPL2 kerne
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
Date: Sat, 29 Jul 2006 18:29:45 +0900
> Transformation mode is used as either IPsec transport or tunnel.
> It is required to add two more items, route-optimization and inbound trigger
> by Mobile IPv6.
> Based on MIPL2 kernel patch.
This change looks fi
Transformation mode is used as either IPsec transport or tunnel.
It is required to add two more items, route-optimization and inbound trigger
by Mobile IPv6.
Based on MIPL2 kernel patch.
---
include/linux/xfrm.h|9 -
include/net/xfrm.h |2 +-
net/ipv4/ah4.c |2