lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 6 Nov 2022 13:39:53 +0200 From: Ido Schimmel <idosch@...dia.com> To: netdev@...r.kernel.org Cc: stephen@...workplumber.org, dsahern@...il.com, razor@...ckwall.org, netdev@...io-technology.com, vladimir.oltean@....com, mlxsw@...dia.com, Ido Schimmel <idosch@...dia.com> Subject: [PATCH iproute2-next 0/4] bridge: Add MAC Authentication Bypass (MAB) support 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
Powered by blists - more mailing lists