]> git.ipfire.org Git - thirdparty/iproute2.git/commit
libnetlink: Convert GETROUTE dumps to use rtnl_routedump_req
authorDavid Ahern <dsahern@gmail.com>
Sat, 29 Sep 2018 15:46:31 +0000 (08:46 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 01:38:27 +0000 (18:38 -0700)
commitbfb27dfaac37098659f83cc1d7c7b9e3d5a12814
tree51e26b855317515e4beb3447bf628ecd74ee5e9b
parent46917d0895fb0fb1df9b3c1575ccd467b4a1f860
libnetlink: Convert GETROUTE dumps to use rtnl_routedump_req

Add rtnl_routedump_req for route dumps using the proper rtmsg
as the header. Convert existing RTM_GETROUTE dumps to use it.

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