[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190103043832.3748-1-dsahern@kernel.org>
Date: Wed, 2 Jan 2019 20:38:27 -0800
From: David Ahern <dsahern@...nel.org>
To: netdev@...r.kernel.org
Cc: idosch@...lanox.com, stephen@...workplumber.org,
David Ahern <dsahern@...il.com>
Subject: [PATCH iproute2-next 0/5] ip bridge: Updates to neigh and fdb dumps
From: David Ahern <dsahern@...il.com>
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
Powered by blists - more mailing lists