]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: Convert GETNEIGH dumps to use rtnl_neighdump_req
authorDavid Ahern <dsahern@gmail.com>
Sat, 29 Sep 2018 16:42:40 +0000 (09:42 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 01:38:59 +0000 (18:38 -0700)
commit9e0ab19c4d80cb4270fbc0f90634dfbc83b9cdc3
tree71a4580a813e1eb60bb62b3b14b688b840da585d
parentb05d9a3d5866219b3c772256dc215bb04e65baa5
libnetlink: Convert GETNEIGH dumps to use rtnl_neighdump_req

Add rtnl_neighdump_req for neighbor dumps using the proper ndmsg
as the header. Convert existing rtnl_wilddump_request for RTM_GETNEIGH
to use it.

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