[IPV4]: Remove prototype of ip_rt_advice
ip_rt_advice has been gone, so no need to keep prototype and debug message. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
7f53878dc2
commit
56c99d0415
@@ -1161,7 +1161,7 @@ static struct dst_entry *ipv4_negative_advice(struct dst_entry *dst)
|
||||
unsigned hash = rt_hash(rt->fl.fl4_dst, rt->fl.fl4_src,
|
||||
rt->fl.oif);
|
||||
#if RT_CACHE_DEBUG >= 1
|
||||
printk(KERN_DEBUG "ip_rt_advice: redirect to "
|
||||
printk(KERN_DEBUG "ipv4_negative_advice: redirect to "
|
||||
"%u.%u.%u.%u/%02x dropped\n",
|
||||
NIPQUAD(rt->rt_dst), rt->fl.fl4_tos);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user