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

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

Signed-off-by: default avatarGabor Fekete <gfekete@cc.jyu.fi>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 97d26b80
...@@ -882,6 +882,7 @@ ip6ip6_tnl_change(struct ip6_tnl *t, struct ip6_tnl_parm *p) ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment