]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: u32: add json support in `print_raw`, `print_ipv4`, `print_ipv6`
authorWen Liang <liangwen12year@gmail.com>
Wed, 26 Jan 2022 19:44:48 +0000 (14:44 -0500)
committerDavid Ahern <dsahern@kernel.org>
Thu, 3 Feb 2022 03:51:43 +0000 (20:51 -0700)
commit721435dcfd9274277af2fb6a4cec81d4a9bcc6b4
treea3cd3e6c91ea22f3b24d5946f1170ed4f32ce116
parentc733722b993cb82832722b1490cbc5002035fd20
tc: u32: add json support in `print_raw`, `print_ipv4`, `print_ipv6`

Currently the key struct of u32 filter does not support json. This
commit adds json support for showing key.

Signed-off-by: Wen Liang <liangwen12year@gmail.com>
Tested-by: Victor Nogueira <victor@mojatatu.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
tc/f_u32.c