]> git.proxmox.com Git - mirror_iproute2.git/commit
ip neigh: Convert do_show_or_flush to use rtnl_neighdump_req
authorDavid Ahern <dsahern@gmail.com>
Mon, 31 Dec 2018 17:55:45 +0000 (09:55 -0800)
committerDavid Ahern <dsahern@gmail.com>
Fri, 4 Jan 2019 20:17:13 +0000 (12:17 -0800)
commit101ec10a768a55d8bef9f290b65788b6f16a09eb
treebb63e0f32bf540fe31df7e9ab31d89cb2418fc74
parentf255ab122537992e522abd29333084ca434b0a61
ip neigh: Convert do_show_or_flush to use rtnl_neighdump_req

Add ipneigh_dump_filter to add filter attributes to the neighbor
dump request and update do_show_or_flush to use rtnl_neighdump_req.

Signed-off-by: David Ahern <dsahern@gmail.com>
ip/ipneigh.c