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

2015-10-07 Thread David Miller
From: David Ahern Date: Sat, 3 Oct 2015 11:43:46 -0700 > Add support for filtering neighbor dumps by device by adding the > NDA_IFINDEX attribute to the dump request. > > Signed-off-by: David Ahern > --- > v2 > - fix or on the index as

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

2015-10-04 Thread Nikolay Aleksandrov
On 10/03/2015 08:43 PM, David Ahern wrote: > Add support for filtering neighbor dumps by device by adding the > NDA_IFINDEX attribute to the dump request. > > Signed-off-by: David Ahern > --- > v2 > - fix or on the index as noticed by Eagle-Eye Nikolay > >

[PATCH net-next v2] 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. Signed-off-by: David Ahern --- v2 - fix or on the index as noticed by Eagle-Eye Nikolay net/core/neighbour.c | 17 +++-- 1 file changed, 15