]> git.ipfire.org Git - thirdparty/iproute2.git/commit
libnetlink: Add helper to create nexthop dump request
authorDavid Ahern <dsahern@gmail.com>
Fri, 7 Jun 2019 22:38:11 +0000 (15:38 -0700)
committerDavid Ahern <dsahern@gmail.com>
Tue, 11 Jun 2019 17:30:53 +0000 (10:30 -0700)
commit74829ca7dd603f25c5ecd22495ff5813cbdb60f0
treec4e66faea9ab9eed18763df15fb75c18bc46e345
parent10631938f1b21fb840eff6c4f995c93918346b20
libnetlink: Add helper to create nexthop dump request

Add rtnl_nexthopdump_req to initiate a dump request of nexthop objects.

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