David Miller wrote:
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Date: Sat, 29 Jul 2006 18:30:18 +0900
>
>> +#ifdef CONFIG_XFRM_ADVANCED
>> +struct xfrm_state *(*state_lookup_byaddr)(xfrm_address_t *daddr,
>> xfrm_address_t *saddr, u8 proto);
>> +#endif
>
> I think we should delete
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
Date: Sat, 29 Jul 2006 18:30:18 +0900
> +#ifdef CONFIG_XFRM_ADVANCED
> + struct xfrm_state *(*state_lookup_byaddr)(xfrm_address_t *daddr,
> xfrm_address_t *saddr, u8 proto);
> +#endif
I think we should delete XFRM_ADVANCED config option, it i
This is a support to search transformation states by its addresses
by using source address list.
For Mobile IPv6 usage.
Based on MIPL2 kernel patch.
---
include/net/xfrm.h | 11 +++
net/ipv4/xfrm4_state.c | 13 +
net/ipv6/xfrm6_state.c | 25
n