[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200706110138.36a1528c@hermes.lan>
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