aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_vti.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/ip6_vti.c')
-rw-r--r--net/ipv6/ip6_vti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_vti.c b/net/ipv6/ip6_vti.c
index 0a8610b33d79..d90a11f14040 100644
--- a/net/ipv6/ip6_vti.c
+++ b/net/ipv6/ip6_vti.c
@@ -640,7 +640,7 @@ vti6_tnl_change(struct ip6_tnl *t, const struct __ip6_tnl_parm *p)
640 t->parms.i_key = p->i_key; 640 t->parms.i_key = p->i_key;
641 t->parms.o_key = p->o_key; 641 t->parms.o_key = p->o_key;
642 t->parms.proto = p->proto; 642 t->parms.proto = p->proto;
643 ip6_tnl_dst_reset(t); 643 dst_cache_reset(&t->dst_cache);
644 vti6_link_config(t); 644 vti6_link_config(t);
645 return 0; 645 return 0;
646} 646}