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] [day] [month] [year] [list]
Date:   Sun, 12 Sep 2021 11:15:36 -0600
From:   David Ahern <dsahern@...il.com>
To:     Lennert Buytenhek <buytenh@...tstofly.org>, netdev@...r.kernel.org
Cc:     stephen@...workplumber.org, dsahern@...nel.org,
        Pete Morici <pmorici@...295.com>
Subject: Re: [PATCH iproute2] man: ip-macsec: fix gcm-aes-256 formatting issue

On 9/5/21 12:37 PM, Lennert Buytenhek wrote:
> The 'ip link add' invocation template at the top of the ip-macsec man
> page formats with a pair of extra double quotes:
> 
>    ip  link  add  link DEVICE name NAME type macsec [ [ address <lladdr> ]
>    port PORT | sci <u64> ]  [  cipher  {  default  |  gcm-aes-128  |  gcm-
>    aes-256"}][" icvlen ICVLEN ] [ encrypt { on | off } ] [ send_sci { on |
> 
> This is due to missing whitespace around the gcm-aes-256 identifier
> in the source file.
> 
> Fixes: b16f525323357 ("Add support for configuring MACsec gcm-aes-256 cipher type.")
> Signed-off-by: Lennert Buytenhek <buytenh@...tstofly.org>
> ---
>  man/man8/ip-macsec.8 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

applied. Thank you

Powered by blists - more mailing lists