commit | 8181b8c1f3a69fe5abcc51cb732eb512ccd1566a | [log] [tgz] |
---|---|---|
author | Gabor Fekete <gfekete@cc.jyu.fi> | Wed Jun 08 14:54:38 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 08 14:54:38 2005 -0700 |
tree | 1989bf25817c8fc838f7448d48bad9ddcc3e546e | |
parent | 97d26b8042a6f14cc4a19e84e911a953363e3d69 [diff] |
[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>
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c index 3b1c9fa..ba3b0c2 100644 --- a/net/ipv6/ip6_tunnel.c +++ b/net/ipv6/ip6_tunnel.c
@@ -882,6 +882,7 @@ 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; }