Re: [PATCH] xfrm: fix tunnel model fragmentation behavior
From: Lina Wang
Date: Thu Feb 24 2022 - 01:21:18 EST
On Wed, 2022-02-23 at 09:31 +0100, Steffen Klassert wrote:
> On Mon, Feb 21, 2022 at 01:16:48PM +0800, Lina Wang wrote:
>Can you please add a 'Fixes' tag?
>
Sure
+ fh = (struct frag_hdr *)(skb->data + sizeof(struct ipv6hdr));
> > + if (fh->nexthdr == NEXTHDR_ESP)
> > + return 1;
>
> Shouldn't this problem exist for NEXTHDR_AUTH too?
Thanks for reminding! V2 has modified and submitted!
Thanks!