Re: [PATCH iproute2] tc: qdisc: filter qdisc's by parent/handle specification

2020-06-15 Thread Stephen Hemminger
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 ] >

[PATCH iproute2] tc: qdisc: filter qdisc's by parent/handle specification

2020-06-15 Thread Anton Danilov
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