diff options
author | David S. Miller <davem@davemloft.net> | 2010-12-12 21:14:46 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-12 21:14:46 -0800 |
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 4aed0812b51..9b2d7bc7bed 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -1119,6 +1119,7 @@ int ip6_dst_hoplimit(struct dst_entry *dst) } return hoplimit; } +EXPORT_SYMBOL(ip6_dst_hoplimit); /* * |