[PATCH] ip neigh: Add ifindex to request when filtering dumps by device

2015-10-07 Thread David Ahern
Add ifindex to dump request when filtering by device. If the kernel supports it adding the index to the request limits the amount of data the kernel pushes to userpsace. The feature exists in userspace already, so no need to warn the user if kernel side support does not exist. Using the kernel sid

Re: [PATCH] ip neigh: Add ifindex to request when filtering dumps by device

2015-10-12 Thread Stephen Hemminger
On Wed, 7 Oct 2015 10:23:24 -0700 David Ahern wrote: > Add ifindex to dump request when filtering by device. If the kernel > supports it adding the index to the request limits the amount of data > the kernel pushes to userpsace. > > The feature exists in userspace already, so no need to warn th