From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: [PATCH iproute2-next 0/5] ip bridge: Updates to neigh and fdb dumps Date: Wed, 2 Jan 2019 20:38:27 -0800 Message-ID: <20190103043832.3748-1-dsahern@kernel.org> Cc: idosch@mellanox.com, stephen@networkplumber.org, David Ahern To: netdev@vger.kernel.org Return-path: Received: from mail.kernel.org ([198.145.29.99]:34006 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726129AbfACEie (ORCPT ); Wed, 2 Jan 2019 23:38:34 -0500 Sender: netdev-owner@vger.kernel.org List-ID: From: David Ahern First 3 patches fixup ip neigh and bridge fdb dumps to use rtnl_neighdump_req. Patch 4 adds a new flag for commands to know when strict checking is enabled. Patch 5 fixes fdb dumps to work on older kernels. David Ahern (5): libnetlink: Add filter function to rtnl_neighdump_req ip neigh: Convert do_show_or_flush to use rtnl_neighdump_req bridge: Update fdb show to use rtnl_neighdump_req libnetlink: Add RTNL_HANDLE_F_STRICT_CHK flag bridge: fdb: Fix filtering with strict checking disabled bridge/fdb.c | 62 +++++++++++++++++++++++++++++++++++++++------------- include/libnetlink.h | 4 +++- ip/ipneigh.c | 42 +++++++++++++++++++++-------------- lib/libnetlink.c | 19 +++++++++++++--- misc/arpd.c | 2 +- 5 files changed, 93 insertions(+), 36 deletions(-) -- 2.11.0