]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: Convert GETRULE dumps to use rtnl_ruledump_req
authorDavid Ahern <dsahern@gmail.com>
Sat, 29 Sep 2018 16:34:57 +0000 (09:34 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 01:38:56 +0000 (18:38 -0700)
commitb05d9a3d5866219b3c772256dc215bb04e65baa5
treeb05242b36098e6deb06c8fc1c0315a882e15ceb3
parentddee16bc966c2e021e2584bf3102e003a9ad093b
libnetlink: Convert GETRULE dumps to use rtnl_ruledump_req

Add rtnl_ruledump_req for fib fule dumps using the proper fib_rule_hdr
as the header. Convert existing RTM_GETRULE dumps to use it.

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