]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: Rename rtnl_wilddump_stats_req_filter to rtnl_statsdump_req_filter
authorDavid Ahern <dsahern@gmail.com>
Sat, 29 Sep 2018 17:12:59 +0000 (10:12 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 01:39:36 +0000 (18:39 -0700)
commit56eeeda9782193ed5abd6b29383b3c746d88a988
treef2767a100662c890c886dbf9338e80eabdef142e
parent31ae2912f71e8ade59856e7533be9819b29d896d
libnetlink: Rename rtnl_wilddump_stats_req_filter to rtnl_statsdump_req_filter

rtnl_wilddump_stats_req_filter only takes RTM_GETSTATS as the type argument
so rename to rtnl_statsdump_req_filter for consistency with other request
functions and hardcode the type argument.

Signed-off-by: David Ahern <dsahern@gmail.com>
bridge/vlan.c
include/libnetlink.h
ip/iplink.c
ip/iplink_xstats.c
lib/libnetlink.c
misc/ifstat.c