]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/ipneigh.c
ip neigh: Add support for filtering dumps by master device
authorDavid Ahern <dsa@cumulusnetworks.com>
Fri, 2 Oct 2015 16:42:27 +0000 (09:42 -0700)
committerStephen Hemminger <shemming@brocade.com>
Mon, 12 Oct 2015 16:39:37 +0000 (09:39 -0700)
commit0d238ca2b8b79e31dbbae78875f4293e4f04de11
tree231ab7fbdb9e4f70f7a3a1f3d8b8bbb046a96367
parent23e905096c45b5be4020a3adb5c8d0a789d30cc4
ip neigh: Add support for filtering dumps by master device

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 <dsa@cumulusnetworks.com>
include/libnetlink.h
ip/ipneigh.c
lib/libnetlink.c