Re: [PATCH iproute2-next 1/1] bridge: link: Add command to set port in locked mode
From: Nikolay Aleksandrov
Date: Fri Feb 25 2022 - 09:03:31 EST
On 25/02/2022 13:44, Hans Schultz wrote:
> Add support for setting a bridge port in locked mode to use with 802.1X,
> so that only authorized clients are allowed access through the port.
>
> Syntax: bridge link set dev DEV locked {on, off}
>
> Signed-off-by: Hans Schultz <schultz.hans+netdev@xxxxxxxxx>
> ---
> bridge/link.c | 13 +++++++++++++
> include/uapi/linux/if_link.h | 1 +
> 2 files changed, 14 insertions(+)
>
You should add man page documentation and update iplink_bridge_slave.c
with the new option as well.
Cheers,
Nik