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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <59b67304-8d62-2ee1-6150-8fc6e0579d79@gmail.com>
Date:   Thu, 6 May 2021 08:41:43 -0600
From:   David Ahern <dsahern@...il.com>
To:     Jakub Kicinski <kuba@...nel.org>, stephen@...workplumber.org
Cc:     netdev@...r.kernel.org
Subject: Re: [PACTH iproute2] ip: align the name of the 'nohandler' stat

On 4/30/21 9:08 PM, Jakub Kicinski wrote:
> Before:
> 
>     RX: bytes  packets  errors  dropped missed  mcast
>     8848233056 8548168  0       0       0       0
>     RX errors: length   crc     frame   fifo    overrun   nohandler
>                0        0       0       0       0       101
>     TX: bytes  packets  errors  dropped carrier collsns compressed
>     1142925945 4683483  0       0       0       0       101
>     TX errors: aborted  fifo   window heartbeat transns
>                0        0       0       0       14
> 
> After:
> 
>     RX: bytes  packets  errors  dropped missed  mcast
>     8848297833 8548461  0       0       0       0
>     RX errors: length   crc     frame   fifo    overrun nohandler
>                0        0       0       0       0       101
>     TX: bytes  packets  errors  dropped carrier collsns compressed
>     1143049820 4683865  0       0       0       0       101
>     TX errors: aborted  fifo   window heartbeat transns
>                0        0       0       0       14
> 
> Signed-off-by: Jakub Kicinski <kuba@...nel.org>
> ---
>  ip/ipaddress.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

applied

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ