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

Commit 8181b8c1 authored by Gabor Fekete's avatar Gabor Fekete Committed by David S. Miller
Browse files

[IPV6]: Update parm.link in ip6ip6_tnl_change()

parent 97d26b80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -882,6 +882,7 @@ ip6ip6_tnl_change(struct ip6_tnl *t, struct ip6_tnl_parm *p)
	t->parms.hop_limit = p->hop_limit;
	t->parms.encap_limit = p->encap_limit;
	t->parms.flowinfo = p->flowinfo;
	t->parms.link = p->link;
	ip6ip6_tnl_link_config(t);
	return 0;
}