Skip to content

Commit

Permalink
[IPV6]: Update parm.link in ip6ip6_tnl_change()
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Fekete <gfekete@cc.jyu.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Gabor Fekete authored and David S. Miller committed Jun 8, 2005
1 parent 97d26b8 commit 8181b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv6/ip6_tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8181b8c

Please sign in to comment.