netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next 0/5] ip bridge: Updates to neigh and fdb dumps
@ 2019-01-03  4:38 David Ahern
  2019-01-03  4:38 ` [PATCH iproute2-next 1/5] libnetlink: Add filter function to rtnl_neighdump_req David Ahern
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: David Ahern @ 2019-01-03  4:38 UTC (permalink / raw)
  To: netdev; +Cc: idosch, stephen, David Ahern

From: David Ahern <dsahern@gmail.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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-01-04 13:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-03  4:38 [PATCH iproute2-next 0/5] ip bridge: Updates to neigh and fdb dumps David Ahern
2019-01-03  4:38 ` [PATCH iproute2-next 1/5] libnetlink: Add filter function to rtnl_neighdump_req David Ahern
2019-01-03  4:38 ` [PATCH iproute2-next 2/5] ip neigh: Convert do_show_or_flush to use rtnl_neighdump_req David Ahern
2019-01-03  4:38 ` [PATCH iproute2-next 3/5] bridge: Update fdb show " David Ahern
2019-01-03  4:38 ` [PATCH iproute2-next 4/5] libnetlink: Add RTNL_HANDLE_F_STRICT_CHK flag David Ahern
2019-01-03  4:38 ` [PATCH iproute2-next 5/5] bridge: fdb: Fix filtering with strict checking disabled David Ahern
2019-01-04 13:45   ` Ido Schimmel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).