]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsfd: (filter) weakly support ARRAY_STRING and ARRAY_NUMBER json types
authorMasatake YAMATO <yamato@redhat.com>
Thu, 22 Jun 2023 02:28:47 +0000 (11:28 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 22 Jun 2023 10:37:44 +0000 (19:37 +0900)
commit665e28c30275cb331968cb48476a6656629812ca
treeec0752014d2a4525b1252817d91787a82e35109f
parentd9fca2b62e0322ff5a3dbc90605ac47d3d8b284f
lsfd: (filter) weakly support ARRAY_STRING and ARRAY_NUMBER json types

We will have operators for array types in the future.  Till having
them, we treat the types as STRING. So we can use string operators for
the column having types.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd-filter.c