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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZEKYbNM60V9bbti4@corigine.com>
Date:   Fri, 21 Apr 2023 16:06:36 +0200
From:   Simon Horman <simon.horman@...igine.com>
To:     Ido Schimmel <idosch@...dia.com>
Cc:     netdev@...r.kernel.org, stephen@...workplumber.org,
        dsahern@...il.com, netdev@...io-technology.com
Subject: Re: [PATCH iproute2] ip: bridge_slave: Fix help message indentation

On Wed, Apr 19, 2023 at 06:43:59PM +0300, Ido Schimmel wrote:
> Use tabs instead of spaces to be consistent with the rest of the
> options.
> 
> Before:
> 
> $ ip link help bridge_slave
> Usage: ... bridge_slave [ fdb_flush ]
> [...]
>                         [ vlan_tunnel {on | off} ]
>                         [ isolated {on | off} ]
>                         [ locked {on | off} ]
>                        [ mab {on | off} ]
>                         [ backup_port DEVICE ] [ nobackup_port ]
> 
> After:
> 
> $ ip link help bridge_slave
> Usage: ... bridge_slave [ fdb_flush ]
> [...]
>                         [ vlan_tunnel {on | off} ]
>                         [ isolated {on | off} ]
>                         [ locked {on | off} ]
>                         [ mab {on | off} ]
>                         [ backup_port DEVICE ] [ nobackup_port ]
> 
> Fixes: 05f1164fe811 ("bridge: link: Add MAC Authentication Bypass (MAB) support")
> Signed-off-by: Ido Schimmel <idosch@...dia.com>

Reviewed-by: Simon Horman <simon.horman@...igine.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ