summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi RongQing <roy.qing.li@gmail.com>2012-11-11 20:16:08 (GMT)
committerDavid S. Miller <davem@davemloft.net>2012-11-14 23:51:45 (GMT)
commitc75ea260400aaea8100caa012a0b1958ca094840 (patch)
tree5c5830d6f365fe4bd9c50a571bf9b20952ec3327
parent3629a6cebcdcfe16f3dbbffcaab25583285a7125 (diff)
downloadlinux-fsl-qoriq-c75ea260400aaea8100caa012a0b1958ca094840.tar.xz
ipv6: remove obsolete comments in route.c
Signed-off-by: Li RongQing <roy.qing.li@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/ipv6/route.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index 3045872..11249d2 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -1371,12 +1371,6 @@ out:
return entries > rt_max_size;
}
-/* Clean host part of a prefix. Not necessary in radix tree,
- but results in cleaner routing tables.
-
- Remove it only when all the things will work!
- */
-
int ip6_dst_hoplimit(struct dst_entry *dst)
{
int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT);