mbox series

[iproute2-next,0/4] bridge: Add MAC Authentication Bypass (MAB) support

Message ID 20221106113957.2725173-1-idosch@nvidia.com (mailing list archive)
Headers show
Series bridge: Add MAC Authentication Bypass (MAB) support | expand

Message

Ido Schimmel Nov. 6, 2022, 11:39 a.m. UTC
Add MAB support in iproute2, allowing it to enable / disable MAB on a
bridge port and display the "locked" FDB flag.

Patch #1 syncs the kernel headers.

Patch #2 extends iproute2 to display the "locked" FDB flag when it is
set.

Patch #3 allows bridge(8) and ip(8) to enable / disable MAB on a bridge
port and display the current status.

Patch #4 rewords the description of the "locked" bridge port option.

Hans Schultz (2):
  bridge: fdb: Add support for locked FDB entries
  bridge: link: Add MAC Authentication Bypass (MAB) support

Ido Schimmel (2):
  Sync kernel headers
  man: bridge: Reword description of "locked" bridge port option

 bridge/fdb.c                   | 11 +++++++++--
 bridge/link.c                  | 13 +++++++++++++
 include/uapi/linux/if_link.h   |  1 +
 include/uapi/linux/neighbour.h |  8 +++++++-
 ip/iplink_bridge_slave.c       |  9 +++++++++
 man/man8/bridge.8              | 34 +++++++++++++++++++++++++++-------
 man/man8/ip-link.8.in          | 31 ++++++++++++++++++++++++++++---
 7 files changed, 94 insertions(+), 13 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 7, 2022, 4 p.m. UTC | #1
Hello:

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

On Sun,  6 Nov 2022 13:39:53 +0200 you wrote:
> Add MAB support in iproute2, allowing it to enable / disable MAB on a
> bridge port and display the "locked" FDB flag.
> 
> Patch #1 syncs the kernel headers.
> 
> Patch #2 extends iproute2 to display the "locked" FDB flag when it is
> set.
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/4] Sync kernel headers
    (no matching commit)
  - [iproute2-next,2/4] bridge: fdb: Add support for locked FDB entries
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=fa24597472f3
  - [iproute2-next,3/4] bridge: link: Add MAC Authentication Bypass (MAB) support
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=05f1164fe811
  - [iproute2-next,4/4] man: bridge: Reword description of "locked" bridge port option
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=34c4cb13a059

You are awesome, thank you!