]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: Rename rtnl_wilddump_* to rtnl_linkdump_*
authorDavid Ahern <dsahern@gmail.com>
Sat, 29 Sep 2018 16:56:57 +0000 (09:56 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 01:39:08 +0000 (18:39 -0700)
commit31ae2912f71e8ade59856e7533be9819b29d896d
tree7c1af3e2c566efee0af04453cda3123b88c7b19e
parentefb0b383d98840a9caf8e0f44de18d496251c374
libnetlink: Rename rtnl_wilddump_* to rtnl_linkdump_*

Rename rtnl_wilddump_req_filter to rtnl_linkdump_req_filter,
rtnl_wilddump_request to rtnl_linkdump_req and
rtnl_wilddump_req_filter_fn to rtnl_linkdump_req_filter_fn.

In all cases drop the type argument which at this point is only
RTM_GETLINK and hardcode in the functions.

Signed-off-by: David Ahern <dsahern@gmail.com>
bridge/link.c
bridge/vlan.c
include/libnetlink.h
ip/ipaddress.c
ip/iptoken.c
ip/iptuntap.c
ip/rtmon.c
ip/tunnel.c
lib/libnetlink.c
lib/ll_map.c
misc/ifstat.c