* [PATCH] ipv6: add IPv6 to neighbour table overflow warning
@ 2010-09-27 13:22 Ulrich Weber
0 siblings, 0 replies; only message in thread
From: Ulrich Weber @ 2010-09-27 13:22 UTC (permalink / raw)
To: davem; +Cc: netdev
IPv4 and IPv6 have separate neighbour tables, so
the warning messages should be distinguishable.
Signed-off-by: Ulrich Weber <uweber@astaro.com>
---
net/ipv6/route.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index d126365..614f83e 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -670,7 +670,7 @@ static struct rt6_info *rt6_alloc_cow(struct rt6_info *ort, struct in6_addr *dad
if (net_ratelimit())
printk(KERN_WARNING
- "Neighbour table overflow.\n");
+ "IPv6 Neighbour table overflow.\n");
dst_free(&rt->dst);
return NULL;
}
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-27 13:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-27 13:22 [PATCH] ipv6: add IPv6 to neighbour table overflow warning Ulrich Weber
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.