]> git.proxmox.com Git - mirror_iproute2.git/commit
ip route: Remove rtnl_rtcache_request
authorDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 02:08:15 +0000 (19:08 -0700)
committerDavid Ahern <dsahern@gmail.com>
Thu, 27 Dec 2018 23:33:34 +0000 (15:33 -0800)
commit43fd93ae46ad223dd558e00169a05c9b5b617b64
tree16045d409371e4b54b39c7286592d475216e6b98
parentd97b16b2c90614b784f045f070f4326f5a3b5eaa
ip route: Remove rtnl_rtcache_request

Add a filter option to rtnl_routedump_req and use it to set rtm_flags
removing the need for rtnl_rtcache_request for dump requests.

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