mbox series

[iproute2-next,0/5] ip bridge: Updates to neigh and fdb dumps

Message ID 20190103043832.3748-1-dsahern@kernel.org
Headers show
Series ip bridge: Updates to neigh and fdb dumps | expand

Message

David Ahern Jan. 3, 2019, 4:38 a.m. UTC
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(-)