[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47EA13DA.7070708@trash.net>
Date: Wed, 26 Mar 2008 10:14:02 +0100
From: Patrick McHardy <kaber@...sh.net>
To: Joakim Koskela <joakim.koskela@...t.fi>
CC: netdev@...r.kernel.org, Herbert Xu <herbert@...dor.apana.org.au>,
Komu Miika <Miika.Komu@...t.fi>
Subject: Re: [RFC PATCH resend]: Fix output for BEET ipsec
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?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists