Re: "ip neigh show" not showing arp cache entries?
From: Chris Friesen <hidden>
Date: 2007-12-17 20:11:52
Also in:
lkml
From: Chris Friesen <hidden>
Date: 2007-12-17 20:11:52
Also in:
lkml
Patrick McHardy wrote:
From a kernel perspective there are only complete dumps, the filtering is done by iproute. So the fact that it shows them when querying specifically implies there is a bug in the iproute neighbour filter. Does it work if you omit "all" from the ip neigh show command?
Omitting "all" gives identical results. It is still missing entries when compared with the output of "arp". Chris