ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2010-12-12 21:14:46 -08:00
parent 1635953305
commit abbf46ae0e
3 changed files with 4 additions and 2 deletions

View File

@@ -1119,6 +1119,7 @@ int ip6_dst_hoplimit(struct dst_entry *dst)
}
return hoplimit;
}
EXPORT_SYMBOL(ip6_dst_hoplimit);
/*
*