1) Set /proc/sys/net/ipv4/neigh/default/gc_thresh1,2,3 to values 2
2) ping one_neighbour ( arp cache now has this entry )
3) ping another_neighbour ( arp cache has now 2 entries )
4) ping third_neighbour
Neighbour table overflow
Ping: No buffer space available
Until the timer expires and the arp cache gets cleared , no further network
connections succeed.
IMHO, in situations wherein stale entries do exist in the cache and the
cache is full, then one should not wait for a timer expiry but remove a few
entries asap.
I get a feeling it might violate some rfc's , but i am not really sure....
Any feedback ?
Regards,
Raj
-
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/