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

2006-12-06 Thread Kazunori MIYAZAWA
On Thu, 30 Nov 2006 16:49:03 -0800 (PST) David Miller [EMAIL PROTECTED] wrote: From: Kazunori MIYAZAWA [EMAIL PROTECTED] Date: Fri, 24 Nov 2006 14:38:52 +0900 +static inline void ip6ip_ecn_decapsulate(struct sk_buff *skb) +{ + if (INET_ECN_is_ce(ipv6_get_dsfield(skb-nh.ipv6h))) +

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

2006-12-06 Thread David Miller
From: Kazunori MIYAZAWA [EMAIL PROTECTED] Date: Wed, 6 Dec 2006 20:35:40 +0900 I fixed. As mentioned in another mail, I mixed up the changes in my previous patch. This adds IPv6 over IPv4 IPsec tunnel. The fix of extra tab is included in another mail. Signed-off-by: Miika Komu [EMAIL

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

2006-11-30 Thread David Miller
From: Kazunori MIYAZAWA [EMAIL PROTECTED] Date: Fri, 24 Nov 2006 14:38:52 +0900 +static inline void ip6ip_ecn_decapsulate(struct sk_buff *skb) +{ + if (INET_ECN_is_ce(ipv6_get_dsfield(skb-nh.ipv6h))) + IP_ECN_set_ce(skb-h.ipiph); +} + Please fix this extra tab