This is a followup to a patchset submitted back in October 2016 http://lkml.kernel.org/r/alpine.lnx.2.00.1610211024400.31...@cbobk.fhfr.pm
that aimed at making the qdisc hierarchy more transparent and unhide the default qdiscs in the dump by default. After some discussion, it turned out that the most viable way to go would be to introduce a new netlink attribute for this, and let the userspace chose whether it wants to see the whole hierarchy dump http://lkml.kernel.org/r/20161021.105935.1907696543877061916.da...@davemloft.net This is implemented by this patchset. First patch adds the new TCA_DUMP_INVISIBLE netlink attribute and its handling in the kernel, the second one adds the iproute2 counterpart. -- Jiri Kosina SUSE Labs