From: Kazunori Miyazawa <[EMAIL PROTECTED]> Date: Fri, 09 Dec 2005 13:20:14 +0900
> I send a patch to fix pmtu calculation of IPv6 ESP. > It is a simple bug which uses the wrong member. > > This bug does not seriously affect ordinary use of IPsec. > But it is important to pass IPv6 ready logo phase-2 > conformance test of IPsec SGW. > > I will appreciate if you would merge this to the next stable. > This patch for torvalds/linux-2.6.git > > Signed-off-by: Kazunori MIYAZAWA <[EMAIL PROTECTED]> Patch applied, thank you. Do you know that your email client (or something else) changes patch lines with a single space into completely empty lines? I have to edit your patches before strict patch application programs will accept them :-) For example: > > - return mtu + x->props.header_len + esp->auth.icv_full_len; > + return mtu + x->props.header_len + esp->auth.icv_trunc_len; > } > The first line and the last line quoted above should consist of a single space, but it is empty line. Thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html