mbox series

[iproute2-next,0/7] bridge: mdb: Add VXLAN attributes support

Message ID 20230321130127.264822-1-idosch@nvidia.com (mailing list archive)
Headers show
Series bridge: mdb: Add VXLAN attributes support | expand

Message

Ido Schimmel March 21, 2023, 1:01 p.m. UTC
Add support for new VXLAN MDB attributes.

See kernel merge commit abf36703d704 ("Merge branch
'vxlan-MDB-support'") for background and motivation.

Patch #1 updates the kernel headers.

Patches #2-#6 add support for the new attributes.

Patch #7 documents the catchall entries in the VXLAN MDB.

See individual commit messages for example usage and output.

Ido Schimmel (7):
  Update kernel headers
  bridge: mdb: Add underlay destination IP support
  bridge: mdb: Add UDP destination port support
  bridge: mdb: Add destination VNI support
  bridge: mdb: Add source VNI support
  bridge: mdb: Add outgoing interface support
  bridge: mdb: Document the catchall MDB entries

 bridge/mdb.c                   | 163 ++++++++++++++++++++++++++++++++-
 include/uapi/linux/if_bridge.h |  10 ++
 man/man8/bridge.8              |  52 ++++++++++-
 3 files changed, 222 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 25, 2023, 12:40 a.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Tue, 21 Mar 2023 15:01:20 +0200 you wrote:
> Add support for new VXLAN MDB attributes.
> 
> See kernel merge commit abf36703d704 ("Merge branch
> 'vxlan-MDB-support'") for background and motivation.
> 
> Patch #1 updates the kernel headers.
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/7] Update kernel headers
    (no matching commit)
  - [iproute2-next,2/7] bridge: mdb: Add underlay destination IP support
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=d36899c2244c
  - [iproute2-next,3/7] bridge: mdb: Add UDP destination port support
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=42a96e81c85f
  - [iproute2-next,4/7] bridge: mdb: Add destination VNI support
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=c5b327e5707b
  - [iproute2-next,5/7] bridge: mdb: Add source VNI support
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=9e49c798540c
  - [iproute2-next,6/7] bridge: mdb: Add outgoing interface support
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=a3f4565e0a64
  - [iproute2-next,7/7] bridge: mdb: Document the catchall MDB entries
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=be24eab05d66

You are awesome, thank you!