Re: [PATCH iproute2] tc: Fix output of ip attributes

2018-07-07 Thread Stephen Hemminger
On Tue, 3 Jul 2018 15:54:32 +0300 Roi Dayan wrote: > Example output is of tos and ttl. > Befoe this fix the format used %x caused output of the pointer > instead of the intended string created in the out variable. > > Fixes: e28b88a464c4 ("tc: jsonify flower filter") > Signed-off-by: Roi Dayan

[PATCH iproute2] tc: Fix output of ip attributes

2018-07-03 Thread Roi Dayan
Example output is of tos and ttl. Befoe this fix the format used %x caused output of the pointer instead of the intended string created in the out variable. Fixes: e28b88a464c4 ("tc: jsonify flower filter") Signed-off-by: Roi Dayan --- tc/f_flower.c | 2 +- 1 file changed, 1 insertion(+), 1 dele