]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: Add filter function to rtnl_neighdump_req
authorDavid Ahern <dsahern@gmail.com>
Mon, 31 Dec 2018 17:54:47 +0000 (09:54 -0800)
committerDavid Ahern <dsahern@gmail.com>
Fri, 4 Jan 2019 20:17:11 +0000 (12:17 -0800)
commitf255ab122537992e522abd29333084ca434b0a61
treeffc60eb4deeeb356d168160b2a83772c5bbcb97a
parent66e8e73edc659cf09653487db2cb7eb4be25b575
libnetlink: Add filter function to rtnl_neighdump_req

Add filter function to rtnl_neighdump_req and a buffer to the
request for the filter functions to append attributes.

Signed-off-by: David Ahern <dsahern@gmail.com>
include/libnetlink.h
lib/libnetlink.c
misc/arpd.c