]> git.ipfire.org Git - thirdparty/iproute2.git/commit
u32: fix json formatting of flowid
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 13 Oct 2022 15:30:34 +0000 (08:30 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 13 Oct 2022 15:30:34 +0000 (08:30 -0700)
commit1ff227545ce1e0e9daf7ecb3eec52ddafff57eb5
tree79c798aa7cb5d1d9835f887512b2ed9d24748670
parentcb2c7ff0075901c54627a310f7c27d664ac289cc
u32: fix json formatting of flowid

The code to print json was not done for the flow id.
This would lead to incorrect JSON format output.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/f_u32.c