From: Patrick McHardy <kaber@trash.net>
To: Joakim Koskela <joakim.koskela@hiit.fi>
Cc: netdev@vger.kernel.org, Herbert Xu <herbert@gondor.apana.org.au>,
Komu Miika <Miika.Komu@hiit.fi>
Subject: Re: [RFC PATCH resend]: Fix output for BEET ipsec
Date: Wed, 26 Mar 2008 10:14:02 +0100 [thread overview]
Message-ID: <47EA13DA.7070708@trash.net> (raw)
In-Reply-To: <200803261115.26157.joakim.koskela@hiit.fi>
Joakim Koskela wrote:
> diff --git a/net/ipv4/esp4.c b/net/ipv4/esp4.c
> index 091e670..20d214f 100644
> --- a/net/ipv4/esp4.c
> +++ b/net/ipv4/esp4.c
> @@ -404,7 +404,8 @@ static u32 esp4_get_mtu(struct xfrm_state *x, int mtu)
> break;
> case XFRM_MODE_BEET:
> /* The worst case. */
> - mtu += min_t(u32, IPV4_BEET_PHMAXLEN, rem);
> + /* This will be seen to in the esp header_len */
> + /* mtu += min_t(u32, IPV4_BEET_PHMAXLEN, rem); */
> break;
> }
Why are you disabling this?
next prev parent reply other threads:[~2008-03-26 9:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-26 9:15 [RFC PATCH resend]: Fix output for BEET ipsec Joakim Koskela
2008-03-26 9:14 ` Patrick McHardy [this message]
2008-03-26 10:47 ` Joakim Koskela
2008-03-26 13:31 ` Herbert Xu
2008-04-22 12:12 ` Joakim Koskela
2008-04-22 13:13 ` Herbert Xu
2008-04-23 7:13 ` Joakim Koskela
2008-04-23 7:30 ` Herbert Xu
2008-04-28 7:51 ` Joakim Koskela
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47EA13DA.7070708@trash.net \
--to=kaber@trash.net \
--cc=Miika.Komu@hiit.fi \
--cc=herbert@gondor.apana.org.au \
--cc=joakim.koskela@hiit.fi \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.