commit | abbf46ae0e4954584eac599bec73502c1c805e9e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Dec 12 21:14:46 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Dec 12 21:14:46 2010 -0800 |
tree | b35fd216dd6cd6d45662d1d6dbe761864bf300de | |
parent | 1635953305694ece16d99078ca6d32f3d4e7eb36 [diff] [blame] |
ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 4aed081..9b2d7bc 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c
@@ -1119,6 +1119,7 @@ } return hoplimit; } +EXPORT_SYMBOL(ip6_dst_hoplimit); /* *