Re: [PATCH iproute2-next v4 1/2] tc: skip actions that don't have options attribute when printing
From: Jamal Hadi Salim <jhs@mojatatu.com>
Date: 2020-10-24 17:41:24
From: Jamal Hadi Salim <jhs@mojatatu.com>
Date: 2020-10-24 17:41:24
On 2020-10-23 10:55 a.m., Vlad Buslov wrote:
From: Vlad Buslov <redacted> Modify implementations that return error from action_until->print_aopt() callback to silently skip actions that don't have their corresponding TCA_ACT_OPTIONS attribute set (some actions already behave like this). Print action kind before returning from action_until->print_aopt() callbacks. This is necessary to support terse dump mode in following patch in the series. Signed-off-by: Vlad Buslov <redacted> Suggested-by: Jamal Hadi Salim <jhs@mojatatu.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> cheers, jamal