diff options
author | David S. Miller <davem@davemloft.net> | 2010-12-13 00:14:46 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-13 00:14:46 -0500 |
commit | abbf46ae0e4954584eac599bec73502c1c805e9e (patch) | |
tree | b35fd216dd6cd6d45662d1d6dbe761864bf300de /net/ipv6/route.c | |
parent | 1635953305694ece16d99078ca6d32f3d4e7eb36 (diff) |
ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r-- | net/ipv6/route.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 4aed0812b512..9b2d7bc7beda 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
@@ -1119,6 +1119,7 @@ int ip6_dst_hoplimit(struct dst_entry *dst) | |||
1119 | } | 1119 | } |
1120 | return hoplimit; | 1120 | return hoplimit; |
1121 | } | 1121 | } |
1122 | EXPORT_SYMBOL(ip6_dst_hoplimit); | ||
1122 | 1123 | ||
1123 | /* | 1124 | /* |
1124 | * | 1125 | * |