lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 26 Mar 2008 12:47:31 +0200
From:	Joakim Koskela <joakim.koskela@...t.fi>
To:	Patrick McHardy <kaber@...sh.net>
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

On Wednesday 26 March 2008 11:14, Patrick McHardy wrote:
> 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?

Thanks - can't remember and doesn't seem necessary. I'll reverse that.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ