Re: What does "Neighbour table overflow" message indicate?

Bernd Eckenfels (W1012@lina.inka.de)
Sun, 29 Jul 2001 15:55:24 +0200


In article <01072821151103.01125@mercury.snydernet.lan> you wrote:
> if (net_ratelimit())
> printk("Neighbour table overflow.\n");

> The reference to "net_ratelimit" make me wonder if it is related to
> iptables. I am using iptable, and have since kernel 2.4.1, but I've seen
> these messages before. Hmmm.

Net ratelimit is used to limit the rate of messages or actions done by the
network module. In this case it only ensures, that the printk message is not
printed too often. The actual condition why the message is printed is above
this if.

Greetings
Bernd
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/