Re: [PATCH] ip neigh: Add support for filtering dumps by master device

2015-10-12 Thread Stephen Hemminger
On Fri, 2 Oct 2015 09:42:27 -0700 David Ahern wrote: > Add support for filtering neighbor dumps by master device. Kernel side > support provided by commit 21fdd092acc7. Since the feature is not > available in older kernels the user is given a warning message if the > kernel does not support the

[PATCH] ip neigh: Add support for filtering dumps by master device

2015-10-02 Thread David Ahern
Add support for filtering neighbor dumps by master device. Kernel side support provided by commit 21fdd092acc7. Since the feature is not available in older kernels the user is given a warning message if the kernel does not support the request. Signed-off-by: David Ahern --- include/libnetlink.h