netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 net-next v2 0/3] support for vxlan vni filtering
@ 2022-05-08  4:53 Roopa Prabhu
  2022-05-08  4:53 ` [PATCH iproute2 net-next v2 1/3] bridge: vxlan device vnifilter support Roopa Prabhu
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Roopa Prabhu @ 2022-05-08  4:53 UTC (permalink / raw)
  To: dsahern; +Cc: netdev, stephen, razor

This series adds bridge command to manage
recently added vnifilter on a collect metadata
vxlan (external) device. Also includes per vni stats
support.

examples:
$bridge vni add dev vxlan0 vni 400

$bridge vni add dev vxlan0 vni 200 group 239.1.1.101

$bridge vni del dev vxlan0 vni 400

$bridge vni show

$bridge -s vni show

Nikolay Aleksandrov (1):
  bridge: vni: add support for stats dumping

Roopa Prabhu (2):
  bridge: vxlan device vnifilter support
  ip: iplink_vxlan: add support to set vnifiltering flag on vxlan device

v2 : replace matches by strcmp in bridge/vni.c. v2 still uses matches
in iplink_vxlan.c to match the rest of the code

 bridge/Makefile       |   2 +-
 bridge/br_common.h    |   2 +
 bridge/bridge.c       |   1 +
 bridge/monitor.c      |  28 ++-
 bridge/vni.c          | 439 ++++++++++++++++++++++++++++++++++++++++++
 include/libnetlink.h  |   9 +
 ip/iplink_vxlan.c     |  23 ++-
 lib/libnetlink.c      |  20 ++
 man/man8/bridge.8     |  77 +++++++-
 man/man8/ip-link.8.in |   9 +
 10 files changed, 606 insertions(+), 4 deletions(-)
 create mode 100644 bridge/vni.c

-- 
2.25.1


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

end of thread, other threads:[~2022-05-08 16:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-08  4:53 [PATCH iproute2 net-next v2 0/3] support for vxlan vni filtering Roopa Prabhu
2022-05-08  4:53 ` [PATCH iproute2 net-next v2 1/3] bridge: vxlan device vnifilter support Roopa Prabhu
2022-05-08  4:53 ` [PATCH iproute2 net-next v2 2/3] ip: iplink_vxlan: add support to set vnifiltering flag on vxlan device Roopa Prabhu
2022-05-08  4:53 ` [PATCH iproute2 net-next v2 3/3] bridge: vni: add support for stats dumping Roopa Prabhu
2022-05-08 15:53 ` [PATCH iproute2 net-next v2 0/3] support for vxlan vni filtering David Ahern
2022-05-08 16:13   ` Roopa Prabhu
2022-05-08 16:00 ` patchwork-bot+netdevbpf

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).