Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f36d6ab1 authored by Yan Zheng's avatar Yan Zheng Committed by David S. Miller
Browse files

[IPV6]: Fix ipv6 fragment ID selection at slow path

parent 444fc8fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -666,7 +666,7 @@ static int ip6_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *))
		 */
		fh->nexthdr = nexthdr;
		fh->reserved = 0;
		if (frag_id) {
		if (!frag_id) {
			ipv6_select_ident(skb, fh);
			frag_id = fh->identification;
		} else