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:   Mon, 6 Jul 2020 11:01:38 -0700
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Anton Danilov <littlesmilingcloud@...il.com>
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 v3] tc: improve the qdisc show command

On Fri,  3 Jul 2020 18:39:22 +0300
Anton Danilov <littlesmilingcloud@...il.com> wrote:

> Before can be possible show only all qeueue disciplines on an interface.
> There wasn't a way to get the qdisc info by handle or parent, only full
> dump of the disciplines with a following grep/sed usage.
> 
> Now new and old options work as expected to filter a qdisc by handle or
> parent.
> 
> Full syntax of the qdisc show command:
> 
> tc qdisc { show | list } [ dev STRING ] [ QDISC_ID ] [ invisible ]
>   QDISC_ID := { root | ingress | handle QHANDLE | parent CLASSID }
> 
> This change doesn't require any changes in the kernel.
> 
> Signed-off-by: Anton Danilov <littlesmilingcloud@...il.com>
> ---
> v2:
> - Fix the coding style
> v3:
> - Make the parameters checking more simple

Applied, thanks

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ