Re: [PATCH iproute2-next] tc: add 'kind' property to 'csum' action
From: David Ahern <hidden>
Date: 2019-02-03 17:12:16
From: David Ahern <hidden>
Date: 2019-02-03 17:12:16
On 1/31/19 10:58 AM, Davide Caratti wrote:
unlike other TC actions already supporting JSON printout, 'csum' does not print the value of TCA_KIND in the 'kind' property: remove 'csum' word from 'csum' property, and add a separate 'kind' property containing the action name. The human-readable printout is preserved. Tested with: # ./tdc.py -c csum Cc: Andrea Claudi <redacted> Signed-off-by: Davide Caratti <redacted> --- tc/m_csum.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
applied to iproute2-next. Thanks