]> git.proxmox.com Git - mirror_iproute2.git/commit - lib/libnetlink.c
libnetlink: Convert GETADDR dumps to use rtnl_addrdump_req
authorDavid Ahern <dsahern@gmail.com>
Sat, 29 Sep 2018 15:41:46 +0000 (08:41 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 01:38:21 +0000 (18:38 -0700)
commit46917d0895fb0fb1df9b3c1575ccd467b4a1f860
tree6147055d4523a82c63cfb9cb08c871a8b3b670a1
parent5ac138324e31c75edc65c69cedcf699fb624c113
libnetlink: Convert GETADDR dumps to use rtnl_addrdump_req

Add rtnl_addrdump_req for address dumps using the proper ifaddrmsg
as the header. Convert existing RTM_GETADDR dumps to use it.

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