1
0
Fork 0

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>
hifive-unleashed-5.1
Li RongQing 2012-11-11 20:16:08 +00:00 committed by David S. Miller
parent 3629a6cebc
commit c75ea26040
1 changed files with 0 additions and 6 deletions

View File

@ -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);