]> git.proxmox.com Git - mirror_iproute2.git/commit - tc/tc_qdisc.c
iproute2: add support for invisible qdisc dumping
authorJiri Kosina <jkosina@suse.cz>
Wed, 8 Mar 2017 12:04:42 +0000 (13:04 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 14 Mar 2017 23:37:08 +0000 (16:37 -0700)
commit7c581a124d5c67ee7356d88777f421f9881d28da
treed124df4dcf41bc62c21b27799f8069a8ff8ec2e6
parent2099b983854fb4c22b27bf7e375412ca67caf115
iproute2: add support for invisible qdisc dumping

Support the new TCA_DUMP_INVISIBLE netlink attribute that allows asking
kernel to perform 'full qdisc dump', as for historical reasons some of the
default qdiscs are being hidden by the kernel.

The command syntax is being extended by voluntary 'invisible' argument to
'tc qdisc show'.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
tc/tc_qdisc.c