diff options
Diffstat (limited to 'net/ipv6/ip6mr.c')
-rw-r--r-- | net/ipv6/ip6mr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c index 1a01d79b8698..722669754bbf 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c | |||
@@ -2094,7 +2094,7 @@ static void ip6_mr_forward(struct net *net, struct mr6_table *mrt, | |||
2094 | if (ipv6_addr_any(&cache->mf6c_origin) && true_vifi >= 0) { | 2094 | if (ipv6_addr_any(&cache->mf6c_origin) && true_vifi >= 0) { |
2095 | struct mfc6_cache *cache_proxy; | 2095 | struct mfc6_cache *cache_proxy; |
2096 | 2096 | ||
2097 | /* For an (*,G) entry, we only check that the incomming | 2097 | /* For an (*,G) entry, we only check that the incoming |
2098 | * interface is part of the static tree. | 2098 | * interface is part of the static tree. |
2099 | */ | 2099 | */ |
2100 | cache_proxy = ip6mr_cache_find_any_parent(mrt, vif); | 2100 | cache_proxy = ip6mr_cache_find_any_parent(mrt, vif); |