Re: [PATCH net-next] net: Add support for filtering neigh dump by device index

2015-10-03 Thread Nikolay Aleksandrov
On 10/03/2015 08:25 PM, David Ahern wrote: > Add support for filtering neighbor dumps by device by adding the > NDA_IFINDEX attribute to the dump request. When set the kernel only > sends neighbor entries for the given device. > > Signed-off-by: David Ahern > --- > net/core/neighbour.c | 17

[PATCH net-next] net: Add support for filtering neigh dump by device index

2015-10-03 Thread David Ahern
Add support for filtering neighbor dumps by device by adding the NDA_IFINDEX attribute to the dump request. When set the kernel only sends neighbor entries for the given device. Signed-off-by: David Ahern --- net/core/neighbour.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deleti