Re: [RESEND PATCH iproute2-next 2/2] tc: implement support for terse dump
From: Vlad Buslov <hidden>
Date: 2020-09-30 17:02:39
From: Vlad Buslov <hidden>
Date: 2020-09-30 17:02:39
On Wed 30 Sep 2020 at 18:57, David Ahern [off-list ref] wrote:
On 9/30/20 12:36 AM, Vlad Buslov wrote:quoted
From: Vlad Buslov <redacted> Implement support for classifier/action terse dump using new TCA_DUMP_FLAGS tlv with only available flag value TCA_DUMP_FLAGS_TERSE. Set the flag when user requested it with following example CLI:quoted
tc -s filter show terse dev ens1f0 ingressthis should be consistent with ip command which has -br for 'brief' output. so this should be tc -s -br filter show dev ens1f0 ingress Other tc maintainers should weigh in on what data should be presented for this mode.
Thanks for the feedback, David! I've just sent V2 with -br option. [...]