]> git.proxmox.com Git - mirror_iproute2.git/commit
bridge: Update fdb show to use rtnl_neighdump_req
authorDavid Ahern <dsahern@gmail.com>
Mon, 31 Dec 2018 18:00:24 +0000 (10:00 -0800)
committerDavid Ahern <dsahern@gmail.com>
Fri, 4 Jan 2019 20:17:15 +0000 (12:17 -0800)
commit66b4199f22d41ee3c128e7795a046d72e74433c6
tree64246ad9dcddf4403fe8c9967127e632644bd060
parent101ec10a768a55d8bef9f290b65788b6f16a09eb
bridge: Update fdb show to use rtnl_neighdump_req

Add fdb_dump_filter to set filter attributes in dump request
and convert fdb_show to use rtnl_neighdump_req.

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