All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 net-next 0/2] support for bridge fdb and neigh get
@ 2019-09-28  4:48 Roopa Prabhu
  2019-09-28  4:48 ` [PATCH iproute2 net-next 1/2] bridge: fdb get support Roopa Prabhu
  2019-09-28  4:48 ` [PATCH iproute2 net-next 2/2] ipneigh: neigh " Roopa Prabhu
  0 siblings, 2 replies; 5+ messages in thread
From: Roopa Prabhu @ 2019-09-28  4:48 UTC (permalink / raw)
  To: dsahern; +Cc: netdev, nikolay, stephen

From: Roopa Prabhu <roopa@cumulusnetworks.com>

This series adds iproute2 support to lookup a bridge fdb and
neigh entry.
example:
$bridge fdb get 02:02:00:00:00:03 dev test-dummy0 vlan 1002
02:02:00:00:00:03 dev test-dummy0 vlan 1002 master bridge

$ip neigh get 10.0.2.4 dev test-dummy0
10.0.2.4 dev test-dummy0 lladdr de:ad:be:ef:13:37 PERMANENT


Roopa Prabhu (2):
  bridge: fdb get support
  ipneigh: neigh get support

 bridge/fdb.c            | 113 +++++++++++++++++++++++++++++++++++++++++++++++-
 ip/ipneigh.c            |  72 ++++++++++++++++++++++++++++--
 man/man8/bridge.8       |  35 +++++++++++++++
 man/man8/ip-neighbour.8 |  25 +++++++++++
 4 files changed, 240 insertions(+), 5 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2019-09-28 20:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28  4:48 [PATCH iproute2 net-next 0/2] support for bridge fdb and neigh get Roopa Prabhu
2019-09-28  4:48 ` [PATCH iproute2 net-next 1/2] bridge: fdb get support Roopa Prabhu
2019-09-28 15:46   ` Stephen Hemminger
2019-09-28 20:20     ` Roopa Prabhu
2019-09-28  4:48 ` [PATCH iproute2 net-next 2/2] ipneigh: neigh " Roopa Prabhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.