]> git.ipfire.org Git - thirdparty/iproute2.git/commit
libnetlink: Convert GETNEIGHTBL dumps to use rtnl_neightbldump_req
authorDavid Ahern <dsahern@gmail.com>
Sat, 29 Sep 2018 16:47:41 +0000 (09:47 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 01:39:02 +0000 (18:39 -0700)
commitff41db8a7574876e181654b3bbdb11df92e46bad
tree04920f7052d0532a24dc5d8b920de5f5fec02cf6
parent9e0ab19c4d80cb4270fbc0f90634dfbc83b9cdc3
libnetlink: Convert GETNEIGHTBL dumps to use rtnl_neightbldump_req

Add rtnl_neightbldump_req for neighbor table dumps using the proper ndtmsg
as the header. Convert existing RTM_GETNEIGHTBL dumps to use it.

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