[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20100927132211.GA8916@babylon>
Date: Mon, 27 Sep 2010 15:22:11 +0200
From: Ulrich Weber <uweber@...aro.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org
Subject: [PATCH] ipv6: add IPv6 to neighbour table overflow warning
IPv4 and IPv6 have separate neighbour tables, so
the warning messages should be distinguishable.
Signed-off-by: Ulrich Weber <uweber@...aro.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists