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(-)
--
2.37.3