mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 10:26:09 +00:00
[IPV6]: Update parm.link in ip6ip6_tnl_change()
Signed-off-by: Gabor Fekete <gfekete@cc.jyu.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
97d26b8042
commit
8181b8c1f3
@ -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.hop_limit = p->hop_limit;
|
||||||
t->parms.encap_limit = p->encap_limit;
|
t->parms.encap_limit = p->encap_limit;
|
||||||
t->parms.flowinfo = p->flowinfo;
|
t->parms.flowinfo = p->flowinfo;
|
||||||
|
t->parms.link = p->link;
|
||||||
ip6ip6_tnl_link_config(t);
|
ip6ip6_tnl_link_config(t);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user