On Mon, 15 Jun 2020 22:29:28 +0300
Anton Danilov wrote:
> There wasn't a way to get a qdisc info by handle or parent, only full
> dump of qdisc's with following grep/sed usage.
>
> The 'qdisc get' command have been added.
>
> tc qdisc { show | get } [ dev STRING ] [ QDISC_ID ] [ invisible ]
>
There wasn't a way to get a qdisc info by handle or parent, only full
dump of qdisc's with following grep/sed usage.
The 'qdisc get' command have been added.
tc qdisc { show | get } [ dev STRING ] [ QDISC_ID ] [ invisible ]
QDISC_ID := { root | ingress | handle QHANDLE | parent CLASSID }
This