From: Roopa Prabhu <ro...@cumulusnetworks.com> This series adds support for rtnl fdb get similar to route get.
v2: add nda_policy, fixes to exact msgs, strict nlmsg parsing v3: remove unnecessary attribute length checks + simplify code as pointed out by david Roopa Prabhu (4): net: rtnetlink: support for fdb get bridge: support for ndo_fdb_get vxlan: support for ndo_fdb_get selftests: net: rtnetlink.sh: add fdb get test drivers/net/vxlan.c | 35 ++++++++++ include/linux/netdevice.h | 6 +- net/bridge/br_device.c | 1 + net/bridge/br_fdb.c | 24 +++++++ net/bridge/br_private.h | 2 + net/core/rtnetlink.c | 107 ++++++++++++++++++++++++++++++- tools/testing/selftests/net/rtnetlink.sh | 53 +++++++++++++++ 7 files changed, 226 insertions(+), 2 deletions(-) -- 2.1.4