aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/icmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/icmp.c')
-rw-r--r--net/ipv6/icmp.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c
index 6b5391ab8346..86332417b402 100644
--- a/net/ipv6/icmp.c
+++ b/net/ipv6/icmp.c
@@ -464,9 +464,7 @@ route_done:
464 else 464 else
465 hlimit = np->hop_limit; 465 hlimit = np->hop_limit;
466 if (hlimit < 0) 466 if (hlimit < 0)
467 hlimit = dst_metric(dst, RTAX_HOPLIMIT); 467 hlimit = ip6_dst_hoplimit(dst);
468 if (hlimit < 0)
469 hlimit = ipv6_get_hoplimit(dst->dev);
470 468
471 tclass = np->tclass; 469 tclass = np->tclass;
472 if (tclass < 0) 470 if (tclass < 0)
@@ -560,9 +558,7 @@ static void icmpv6_echo_reply(struct sk_buff *skb)
560 else 558 else
561 hlimit = np->hop_limit; 559 hlimit = np->hop_limit;
562 if (hlimit < 0) 560 if (hlimit < 0)
563 hlimit = dst_metric(dst, RTAX_HOPLIMIT); 561 hlimit = ip6_dst_hoplimit(dst);
564 if (hlimit < 0)
565 hlimit = ipv6_get_hoplimit(dst->dev);
566 562
567 tclass = np->tclass; 563 tclass = np->tclass;
568 if (tclass < 0) 564 if (tclass < 0)