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

Commit cea11d42 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: Copy ndisc_nodetype from original skb in skb_clone"

parents a6780c7f c36b412a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -744,6 +744,10 @@ static struct sk_buff *__skb_clone(struct sk_buff *n, struct sk_buff *skb)
	atomic_inc(&(skb_shinfo(skb)->dataref));
	skb->cloned = 1;

#ifdef CONFIG_IPV6_NDISC_NODETYPE
	C(ndisc_nodetype);
#endif

	return n;
#undef C
}