Re: [RFC PATCH] ah4/esp4: set transport header correctly for IPsec tunnel mode.
From: Steffen Klassert <steffen.klassert@secunet.com>
Date: 2013-01-11 07:53:19
From: Steffen Klassert <steffen.klassert@secunet.com>
Date: 2013-01-11 07:53:19
On Fri, Dec 28, 2012 at 04:07:16PM +0800, roy.qing.li@gmail.com wrote:
From: Li RongQing <redacted> IPsec tunnel does not set ECN field to CE in inner header when the ECN field in the outer header is CE, and the ECN field in the inner header is ECT(0) or ECT(1). The cause is ipip_hdr() does not return the correct address of inner header since skb->transport-header is not the inner header after esp_input_done2(), or ah_input(). Signed-off-by: Li RongQing <redacted>
Applied.