Re: [iproute PATCH v2] tc: htb: Print default value in hex

2018-10-23 Thread Stephen Hemminger
On Tue, 23 Oct 2018 12:36:24 +0200 Phil Sutter wrote: > Value of 'default' is assumed to be hexadecimal when parsing, so > consequently it should be printed in hex as well. This is a regression > introduced when adding JSON output. > > As requested, also change JSON output to print the value as

[iproute PATCH v2] tc: htb: Print default value in hex

2018-10-23 Thread Phil Sutter
Value of 'default' is assumed to be hexadecimal when parsing, so consequently it should be printed in hex as well. This is a regression introduced when adding JSON output. As requested, also change JSON output to print the value as hex string. Fixes: f354fa6aa5ff0 ("tc: jsonify htb qdisc") Signed